ijyoung Posted October 31, 2008 Share Posted October 31, 2008 Having issues with fopen calling up a file that is on a Windows server. Works fine if file being called up is on Linux. If trying to open from Windows obtain "http request failed"! fopen("http://www.mydomain.org.uk/duty_alert/duty-alert.php","r"); allow_url_fopen is on, according to php.ini php 5. Any thoughts? Ian Link to comment https://forums.phpfreaks.com/topic/130900-fopen-http-request-failed/ Share on other sites More sharing options...
PFMaBiSmAd Posted October 31, 2008 Share Posted October 31, 2008 What does a phpinfo(); statement show for the allow_url_fopen setting? Link to comment https://forums.phpfreaks.com/topic/130900-fopen-http-request-failed/#findComment-679492 Share on other sites More sharing options...
ijyoung Posted October 31, 2008 Author Share Posted October 31, 2008 What does a phpinfo(); statement show for the allow_url_fopen setting? Master value On Local value On Link to comment https://forums.phpfreaks.com/topic/130900-fopen-http-request-failed/#findComment-679500 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.