Hi...
Can anyone please tell me what the following error mean?
"fwrite(): supplied argument is not a valid stream resource"
"fclose(): supplied argument is not a valid stream resource"
Thanks alot ya..
[SOLVED] What does this mean?
Moderator: General Moderators
Thanks for replying me,but still im bit confuse how shud this error be handle,can u pls explain more detail to me..really appreciate for your help ya.
Following is the part of the code where the error is about:
feyd | Please review how to post code using
Following is the part of the code where the error is about:
Code: Select all
$file_mess="ask.txt";
$apri_file=fopen($file_mess,'a+');
fwrite($apri_file,$comment);
fclose($apri_file);
Header("Location: $url");feyd | Please review how to post code using
Code: Select all
andCode: Select all
tags. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]