domain status

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ojoc88
Forum Newbie
Posts: 12
Joined: Tue Oct 22, 2013 6:50 pm

domain status

Post by ojoc88 »

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
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: domain status

Post by Celauran »

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.
Post Reply