Page 1 of 1
PHP/HTML Form Generator
Posted: Wed Apr 07, 2010 7:20 pm
by JakeJ
I need a good form generator. I'm developing in PHP and MySQL and I need a good form wizard to create my forms, do data validation etc. I know there is stuff out there and I can find it on Google but I want a couple of recommendations from experience.
Send me links. Thanks!
Re: PHP/HTML Form Generator
Posted: Thu Apr 08, 2010 11:13 am
by alex.barylski
1. Zend
2. HTML_QuickForm
Re: PHP/HTML Form Generator
Posted: Sat Apr 17, 2010 1:18 am
by jagdish kothapalle
http://phpform.org/
The wizard generates a zip file with html , css among other required files.
You can improvise your php and mysql code upon the html file generated.
Re: PHP/HTML Form Generator
Posted: Wed Apr 21, 2010 12:52 am
by CliveRush
Hello,
I need to know how to make a form generator through Php/html . Can anyone help me.
Do Reply
Thanks
Clive Rush
Re: PHP/HTML Form Generator
Posted: Wed Apr 21, 2010 12:54 pm
by JakeJ
That's a bit much to try to explain in a forum. I suggest taking a look at HTML_Quickform to see how it's constructed and go from there.