News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Create a Dynamic Username Validator with PHP, MySQL and jQuery
May 11, 2011 @ 12:45:36

On PHPBuilder.com there's a new article showing you how to create a dynamic username validator with the combination of PHP, MySQL and jQuery to do some of the front end work.

One of the easiest ways to streamline the registration process is by providing the user with real-time feedback regarding username availability. This is accomplished by monitoring the registration form's username field and immediately following the user's completion of this field, rather than waiting for the user to complete all fields and submit the form. Although a seemingly complex feature, it's actually easily accomplished thanks to the powerful jQuery library.

His scripts bases its checking on an "accounts" table that holds the username and password. The javascript (jQuery) handles the "blur" event on the username text field in the form and runs a check against a backend script to see if that username exists in the database (bound parameters used for helping to prevent SQL injections).

2 comments voice your opinion now!
username validation exists tutorial jquery mysql


blog comments powered by Disqus

Similar Posts

DevShed: Enforcing Object Types in PHP - Using the PHP5 instanceof Operator

PHP-GTK Community Site: Add icons to GtkMenu

DevShed: Introducing SimpleXML in PHP 5

php|architect: Using PHP5's SOAP Support

Lorna Mitchell's Blog: Fetching Namespaced XML Elements With SimpleXML


Community Events











Don't see your event here?
Let us know!


composer code functional testing opinion interview framework podcast development phpunit introduction zendframework2 series release api database language application community example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework