Thanks a million!!! "Jay Blanchard" <[EMAIL PROTECTED]> wrote in message 002401c22824$2b1e87b0$8102a8c0@niigziuo4ohhdt">news:002401c22824$2b1e87b0$8102a8c0@niigziuo4ohhdt... > [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