How can I write a program in php to get the domain information of an existing domain or if a domain name is already taken...? I would like to get the information using php.
A:
You could call the whois
system command using backticks and parsing the output.
George Edison
2010-04-27 06:46:46