fwrite() errors - Permissions Help
Posted: Wed Mar 14, 2007 1:21 pm
Basically im tyring to dynamically create URLs for special users so they get their own URL.
Creating the page worked fine using
fopen($filename, 'w+');
But when I try to write something this page using
fwrite($filename,"Some text");
I get the following error
Warning: fwrite(): supplied argument is not a valid stream resource in...
Any ideas ?
Creating the page worked fine using
fopen($filename, 'w+');
But when I try to write something this page using
fwrite($filename,"Some text");
I get the following error
Warning: fwrite(): supplied argument is not a valid stream resource in...
Any ideas ?