1

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?

Simone Carletti
  • 173,507
  • 49
  • 363
  • 364
user188820
  • 23
  • 1
  • 3

2 Answers2

1

Maybe phpWhois would be a more reliable source of information?

Vladimir Panteleev
  • 24,651
  • 6
  • 70
  • 114
SpamapS
  • 1,087
  • 9
  • 15
  • +1 for phpWhois. I created a similar library for Ruby http://code.simonecarletti.com/whois Here's an example: http://www.simonecarletti.com/blog/2009/09/ruby-whois-0-8-0/ – Simone Carletti Nov 08 '09 at 17:56
-1

Use command :- dig [url name]

user188820
  • 23
  • 1
  • 3