When I try to write to file like this:
[PHP]file_put_conten ts("test.txt"," Hello World");[/PHP]
I get an error: Fatal error: Call to undefined function: file_put_conten ts()
File_get_conten ts works perfectly, I can't figure out why I can't write!
Any help?
[PHP]file_put_conten ts("test.txt"," Hello World");[/PHP]
I get an error: Fatal error: Call to undefined function: file_put_conten ts()
File_get_conten ts works perfectly, I can't figure out why I can't write!
Any help?
Comment