Hi,
How to make a code that when people search their domain , it will show status of domain ie "Registered" or "Not registered" word only base on this domain checker :
http://whois.domainregistry.my/index.jsp
anyone know basic code? or someone can make to me. i can pay a little
tq
domain status
Moderator: General Moderators
Re: domain status
If you're looking to use results from a single site, you could send a cURL request directly to the site and parse the results. There must be registrar APIs out there that you could use that would be more robust and less cumbersome.