Posted by Yorn de Jong on 09/30/41 11:08
ravey@alum.mit.edu wrote:
> I'm a beginning PHP scripter. I run my own Linux server with Apache,
> PHP, etc. I'm trying to read an html file, but fopen() fails:
>
> $fp=fopen('guestbook.html','r');
>
> The file is in the same directory as the script, both the file and the
> directory have global read permissions set.
>
> What am I missing? TIA
What error do you get?
[Back to original message]
|