PHP form generator and validator
Posted: Sun Mar 23, 2008 7:38 pm
Hi Everyone
I am looking for a class, or set of classes, that can do the following for me:
1. validate a form (given a variable and test it against given functions)
2. generate each element of the form (output each element of <input> seperately thru special function)
I looked up some classes from pear but they over complicate the problem :S.
Is there any other alternative out there for this?
thanks in advance
I am looking for a class, or set of classes, that can do the following for me:
1. validate a form (given a variable and test it against given functions)
2. generate each element of the form (output each element of <input> seperately thru special function)
I looked up some classes from pear but they over complicate the problem :S.
Is there any other alternative out there for this?
thanks in advance