[EMAIL PROTECTED] (Rod Martin) wrote:

>Setup:

>PHP 4.2.1

>
>I'm trying to share content between an intranet and internet server. I 
>am trying to INCLUDE a content html file from another server into my 
>template html but I cannot INCLUDE anything from an external URL. 

Upgrade PHP to 4.3.2. Remote includes had not been working on windows
until 4.3.0 I think and then they were buggy. And then you must set
allow_url_fopen = 1 in php.ini.

Christoph

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

Reply via email to