Is there a setting for this in the PHP.ini? I have made a simple form that does only this.
<?php
touch("myfile.txt");
?>
Now, what is wrong with that? It don't work for me, unless i'm looking in the wrong spot. I checked the folder where i'm running that script from, and no file was created. The same goes for the Unlink command. What is wrong?