This Whois Client is a complete API class, allowing you to connect to an appropriate whois server and return information relating to a specific domain name. The client runs alongside a servers.whois file, which lists every whois server that is operating. For the case of .com, .org, .net domains, the client will connect to the default whois server. If they do not host the domain records, the client will then connect to the suggested server. This updated version also enables IPv4 querying.
File List:
whois/
0b
whois/classes/
0b
whois/classes/whois.php
7Kb
whois/index.php
206b
whois/servers/
0b
whois/servers/servers.whois
4Kb
Similar code
Access your Outlook Application using PHP v2.1
(Popularity: ) : I have always been surprised from what PHP can do.Using COM objects shows new and best ways for PHP development. The folowing code, which is designed like Step by Step wizard, shows the access to Inbox and Outbox folders in ... checkEmail function
(Popularity: ) : Check if a given email address is valid by checking: - is the format correct? - has the server of the given domain an MX record?