At 11.04.2002 17:14, you wrote: >Hi there, > >I am wondering how to create a file on the server. I do not want to write >anything to the file. Just create it. > >Thanx Andy
exec("touch filename"); // if you�re allowed to do this. c 'rights'
Oliver
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

