> 
> I'm writting a domain checker and for that, I want to use 
> fsockopen to send
> data to the registry's whois database.
> Unfortunately I have always "Connection refused", Error 111 
> when try to
> create a socket...

Are you just doing whois lookups?  If so, there's an easier way on a linux
box:

$whois=`whois gmx.net`;//look up gmx.net in the whois database
print"$whois\r\n";//echo it to the screen

JM

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

Reply via email to