This post originated from an RSS feed registered with PHP Buzz
by Max Zone.
Original Post: Form validation with Ajax - PHP - MySQL
Feed Title: dzone.com: php
Feed URL: http://www.dzone.com/feed/frontpage/php/rss.xml
Feed Description: dzone.com: fresh php links for developers
Here is a simple, quick way to validate required form fields using AJAX, PHP and MySQL. What we���re going to do is display an error message to the right of the required field, and if there are errors, restrict the submit button. And if a user were to skip a required field, or leave it blank, we���ll highlight it along with removing the submit button.