Live Username Availability Check with Ajax and PHP



This post explains you about how to implement Live Username Availability Check with Ajax and PHP and textbox background color change if you enter used username.

You  can check the username that have already in your database by using this Code .
Easy you just download it and configure in your local machine.

Note:
This is the database:

CREATE TABLE IF NOT EXISTS `user` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uname` varchar(250) NOT NULL,
PRIMARY KEY (`id`)
)
 


By: Nora

Your Visit is Your Help
Share on Google Plus

About Unknown

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment