I get these messages:
Code:
Warning: fopen(video22.html): failed to open stream: Permission denied in /hsphere/local/home/crazychr/bluewalrus.net/testing.php on line 44
Warning: fwrite(): supplied argument is not a valid stream resource in /hsphere/local/home/crazychr/bluewalrus.net/testing.php on line 45
Warning: fclose(): supplied argument is not a valid stream resource in /hsphere/local/home/crazychr/bluewalrus.net/testing.php on line 46
When I put this code in:
Code:
$File = "video22.html";
$Handle = fopen($File, 'x+');
fwrite($Handle, $pfile);
fclose($Handle);
also I've tried it as a txt file and a html. It doesn't make a difference, the directories set as 777, the file is not but can't be because it's suppose to be being created. This is on my own domain.
Bookmarks