Tag Archives: username availability check using php

Live Database Check using PHP Ajax

Most of the websites are using username as primary key, then username should not be repeated. In this article i am going to explain how to live check the username in database using ajax and php. There are two files register.php user_check.php Database username is the primary key.   Register.php [code type=html] <html> <head> <script… Read More »