Re: [PHP] Re: PHP Failing to open remote files using include/require

2004-09-23 Thread Mark Cooke
Mikey wrote: Have you looked at your "allow_url_fopen" setting in php.ini? It should be on... That was the first thing I checked and both values are on. Mark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP Failing to open remote files using include/require

2004-09-23 Thread Mikey
Have you looked at your "allow_url_fopen" setting in php.ini? It should be on... HTH, Mikey - Original Message - From: "Mark Cooke" <[EMAIL PROTECTED]> Newsgroups: php.general To: <[EMAIL PROTECTED]> Sent: Thursday, September 23, 2004 3:04 PM Subject: PHP Failing to open remote files us