RE: PHP_fsockopen_connection refused(111)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> 
> 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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux