My Facebook-style tutorials are very popular among you people and Almost 5000 downloads have been counted for the Facebook wall script application. Thank you to all who like and appreciate my work.

Last few days I was searching about checking domain name availability using Ajax and PHP. I found some solutions and I thought to create a post on my blog so that anyone can get this simple script easily. I used jQuery and CSS3 to put an attractive look on this. Share it if you like this tutorial. Thanks a lot!

Similar Posts

5 Comments

  1. Results are being fetched from which APi? can you please point that piece of code connecting to that API, from which results are being fetched?

  2. Replace:

    if(eregi($who[1], $buffer))

    With:

    if (preg_match(“/”. $who[1] . “/”, $buffer, $buffer))

Comments are closed.