Hai, I want open a file and write the some contents from other file.i done it localhost.But when i upload in the server i am getting "Warning: fopen(.html) [function.fopen]: failed to open stream: Permission denied in /home/olicgin/public_html/file/file.php on line 5 can't open file" error.Can anyone help me pls..its very urgent
Did you check the permissions of the .html file and the folder it resides it (should be set to 0777). Jay
It's trying to find a file called ".html" - I doubt it exists (definitely shouldn't under Windows), ensure you are opening the correct file.