vote up 0 vote down star

I am using checkdnsrr() function in PHP to check for available or parked domains but the result is not 100% accurate.

Is there any other method to check a domain name availabilty?

flag
Why do you want to do this? – Sinan Ünür Nov 6 at 4:14
I am looking for domain search functionality – unknown (google) Nov 6 at 5:20

2 Answers

vote up 0 vote down

Maybe phpWhois would be a more reliable source of information?

link|flag
+1 for phpWhois. I created a similar library for Ruby code.simonecarletti.com/whois Here's an example: simonecarletti.com/blog/2009/… – weppos Nov 8 at 17:56
vote up 0 vote down

Use command :- dig [url name]

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.