I may be wrong, but I believe that allow_url_fopen needs to be turned on in
the config file for this to work.

Fred

Mike Webby <[EMAIL PROTECTED]> wrote in message
011001c171f6$26da0380$0200a8c0@nay">news:011001c171f6$26da0380$0200a8c0@nay...
include ("http://www.somesite.com/somepage.html";);

Worked perfect on our unix box and our win98 machines but when we installed
PHP on our
Windows server it no longer worked and tottaly ignored the include unless we
used the path
instead like.

include ("somepage.html");

[EMAIL PROTECTED]





-- 
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