o0O0o.o0O0o
07-28-2009, 03:03 AM
Sometimes i have to make very lots of forms with validation in php.
Is there any software by which i can design the form and it generates the php side and database insertion automatically with validation
udjamaflip
07-28-2009, 08:40 AM
I would suggest one of these 2, I have used the first one personally and with a minor amount of tweeking I setup a huge form in no time!
http://www.phpformclass.com/page/about
and
http://www.phpclasses.org/browse/package/1.html
As well as this there are tons of classes out there which contain this kind of functionality, I know for a fact Zend and CakePHP has good functionality for this type coding.
If you just want some kind of generator, I have seen a few for contact forms but not for entire forms, its a lot of coding. Those classes/frameworks should reduce it from hours of work to under 1 hour however!
Hope that helps! :thumbsup: