[snip]
Didn't I read the article somewhere on PHP.net that said that?  Using
fopen() to open a file, does it attempt to create a file if the file does
not exist?  I use the fopen() and I get the error message.  What is the
workaround to it?
[/snip]

fopen("filename", "w+"); open the filename or create if it does not exist.
http://www.php.net/manual/en/function.fopen.php

HTH!

Jay



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to