Re: Domain Search

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

 



Marcelo Ferrufino Murillo wrote:
> I have to make a domain search so I don´t know if there is an API or
> something that could help me in this o if you know how I could make this.

Should just be a matter of spewing out the results of the command "whois
 mydomain.com".

There may be a specific PHP module for it but otherwise I'd just do
something like:

passthru('whois '.shell_escape_cmd($_GET['domain']));

Perhaps with extra sanity and correctly named functions if I've got them
wrong :p

Col.

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