"Jerry" <[EMAIL PROTECTED]> wrote:
> im trying to fopen a url with something like to following :
>
> fopen("something.com/something.txt", r);
>
> this returns a "0"

If you're trying to open an external file make sure you prepend the URL with
'http://'.  If that's a local file and it's not finding the file, make sure
the path is correct.

> now when i rename the doc to something.htm, ill get the contents?

Which document - the one being called by fopen() or the one containing the
PHP script?

--
Steve Werby
President, Befriend Internet Services LLC
http://www.befriend.com/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to