Warning: Fwrite(): Supplied Argument Is Not A Valid Stream Resource
- Forums
- Scripts
- Warning: Fwrite(): Supplied Argument Is Not A Valid Stream Resource
warning: fwrite(): supplied argument is not a valid stream resource in index.php on line 29 please help me i am getting this error on the file i created following your tutorial for php i dont know what to do or what am i doing wrong to get this error [2819], Last Updated: Mon Jun 24, 2024
Gerry
Thu Aug 05, 2010
2 Comments
453 Visits
please help me i am getting this error on the file i created following your tutorial for php i dont know what to do or what am i doing wrong to get this error message, i cant figure it out and was wondering if you can help me resolve it, it says:
Warning: fwrite(): supplied argument is not a valid stream resource in index.php on line 29
this is how line 29 looks like:
if (fwrite('/* created '.time().' */ \n'.$handle, $new) === FALSE) {
echo "Err #30";
exit;