PHP form class

Posted by Oli on Stack Overflow See other posts from Stack Overflow or by Oli
Published on 2009-03-12T12:47:24Z Indexed on 2010/04/21 0:13 UTC
Read the original article Hit count: 618

Filed under:
|
|

I'm used to ASPNET and Django's methods of doing forms: nice object-orientated handlers, where you can specify regexes for validation and do everything in a very simple way.

After months living happily without it, I've had to come back to PHP for a project and noticed that everything I used to do with PHP forms (manual output, manual validation, extreme pain) was utter rubbish.

Is there a nice, simple and free class that does form generation and validation like it should be done?

Clonefish has the right idea, but it's way off on the price tag.

© Stack Overflow or respective owner

Related posts about php

Related posts about form-validation