* Thus wrote Police Trainee ([EMAIL PROTECTED]):
> When the server upgraded to php 4.3.1 from 4.2.x, I
> was no longer able to include remote html files.
> allow_url_fopen is still enabled and no other settings
> have changed. Running Apache 1.3.27 on Linux. 
> 
> 
> This is one line that I use to call the remote html
> file. It also has not changed since the upgrade: 
> 
> <?include("http://143.43.222.103/sga";);?> 
> 
> This line worked before, but no longer does. I have
> tried adding a trailing slash, using single quotes, no
> quotes, etc. Nothing apparently works. Please help!

Was --disable-url-fopen-wrapper  compiled in php?

You can check your phpinfo() output in that.

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to