Quote:
|
Originally Posted by Spudstr
sure your permissions are alright?
|
Im testing on a Windows machine using Abyss Webserver plus PHP5. I'm able to get a literal value to be the filename. If I change;
touch($foo);
to
touch('$foo');
it will create the file $foo