News Feed
Jobs Feed
Sections




News Archive
Chris Roane's Blog:
Advanced PHP Form Validation
May 09, 2011 @ 10:57:51

In a new post to his blog Chris Roane looks at a method for some advanced form validation using both server-side and client-side validation (with the help of jQuery).

Last year I wrote an article in how to implement basic validation for a form with PHP. I decided to re-look at this and improve what I did in that article. This time we are going to make a more advanced PHP form that is more responsive and effective. This PHP sample code has many advantages over the previous article. Not only that, but for the most part it is easier to implement with more complexed forms where you need more than basic validation.

He uses PHP5, jQuery and a helpful validation plugin than handles a lot of the heavy lifting for you in defining a validate() method with the field names and checks to perform on them. You just apply this to the form and it works like magic. Don't forget the backend though - he includes code to check for things like values being set and specific checks on a few fields.

0 comments voice your opinion now!
advanced form validation jquery tutorial


blog comments powered by Disqus

Similar Posts

Icant.co.uk: How to create thumbnails with PHP and gd

ParanoidFerret.com: Using Flex, PHP, and JSON to Modify a MySQL Database

Joshua Thijssen's Blog: Symfony2: Implementing ACL rules in your Data Fixtures

DevShed: Overloading Classes in PHP 5

Smashing Magazine: WordPress Developer's Toolbox


Community Events









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


interview object release unittest introduction example development testing language phpunit code framework podcast zendframework2 database community api composer tool opinion

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