News Feed
Jobs Feed
Sections




News Archive
Script-Tutorials.com:
Form Validation with Javascript and PHP
February 02, 2012 @ 09:07:40

On the Script-Tutorials.com site today there's a new tutorial about form validation using a combination of jQuery on the frontend and PHP on the backend.

In this tutorial, I will show you how to create an attractive, pleasant to look form for your website and then I will explain you how to dynamically validate them using Javascript. We'll also cover server-side validation with PHP to make everything 100% safe. This tutorial will help you to add more functionality to your forms which leads to better user experience and better quality of your website.

His sample form (name, password, email and gender) is made from some pretty simple HTML markup. The real trick comes with the jQuery validation on each field handled in an onKeyUp. Included are both a "password strength" method and an email validation method to check the format of the address. Errored fields have their background color changed to indicate that they've failed and some basic validation (length, password match, etc.) are also included. The PHP does much of the same validation once the form is posted and returns any error messages that might have come up.

You can download the code or try out a live demo to see the scripts together in action.

0 comments voice your opinion now!
form validation jquery javascript frontend backend tutorial


blog comments powered by Disqus

Similar Posts

phpRiot.com: Fetching Data With Zend_Db

Devshed: The Basics of Using the Prototype Pattern with PHP 5

DevShed: Main Methods of the DirectoryIterator Class in PHP 5

IBM developerWorks: PHP encryption for the common man

Juozas Kaziukenas' Blog: Zend Framework and Doctrine. Part 2


Community Events











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


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

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