Hi, first time poster here.  

Having some trouble with a line that used to work, but doesn't now.

$pg = fopen("http://$ip/mypage";, "r");

Gets me:

Warning: fopen(http://10.1.1.233/mypage): failed to open stream: HTTP
request failed! 

And then it spits out the data from that page anyways.  What's going on
here?  This was working on my other box a few days ago.  
And I've tried it with and without the variable for the ip address/url.

--Stryder


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

Reply via email to