Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

NetTuts.com:
Simplify Form Handling in a Big Way
Feb 02, 2011 @ 18:16:54

On NetTuts.com today there's a new tutorial that wants to help you simplify your form handling in your PHP application with a few advanced tips.

Save time, reduce maintenance pains, simplify your code, and do it all while feeling like a freakin’ genius! In this tutorial, learn how to use variable variables, lookup arrays, and a bit of clever programming to simplify form handling in a big way.

They show how to use variable variables in some practical examples of filtering posted information and an alternative to creating multiple form handling scripts that all do (virtually) the same thing. They've created an alternative - a single script that uses a large switch to filter through each posted element.

tagged: simplify form handling tutorial

Link:


Trending Topics: