I still get this message with the class HTTP_Request (Pear).
--snip--
Warning: fsockopen() [function.fsockopen]: php_hostconnect: connect failed
in /home/website/emarket/www/zz_test_dir/Net/Socket.php on line 108
Warning: fsockopen() [function.fsockopen]: unable to connect to
216.109.118.68:80 in /home/website/emarket/www/zz_test_dir/Net/Socket.php on
line 108
--snip--
The script I put down are
--snip--
<?
include('Request.php');
$a = &new HTTP_Request('http://www.yahoo.com/');
$a->sendRequest();
echo $a->getResponseBody();
?>
--snip--
Scott F.
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Firstly i luv the subject mwuahhaha, you may want to check out the pear
> class HTTP_Request , it'll do post and get sockets.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php