Domain Name checker

by 2 replies
3
Hi fellow programmers, I need your help to assist me on how to develop a code for searching the availability of domain name on my site using php before I register the domain name. I knew of checkdnsrr function but I don't know how reliable it is. Thanks very much.
#programming #checker #domain
  • Search google for "php scripts check domain" and you'll find tons of PHP scripts for this.
  • Your question seems very interesting, so I decided to give this some time;
    I searched many tutorials, scripts and what else.
    The following one seems perfect, you can build upon it:

    www.soaptray.com/blog/2008/08/php-domain-availability-lookup/

    Good luck!
  • Banned
    [DELETED]
  • Banned
    [DELETED]

Next Topics on Trending Feed

  • 3

    Hi fellow programmers, I need your help to assist me on how to develop a code for searching the availability of domain name on my site using php before I register the domain name. I knew of checkdnsrr function but I don't know how reliable it is. Thanks very much.