MyBB Community Forums

Full Version: A good php mysql form generator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
What is the good php mysql form generator script or software which allows you to design your form like dreamweaver,

I've made a php mysql form (with 300 text fields) but once I have coded all for taking data from user, I have to write another script to send it to mysql, and the most disgusting part is, If i want to view data from user in that form then I have to recode the whole form which will take values from mysql .

So I am looking for a nice and quick solution which will reduce code writing and allow me to design a form of my choice in no time.
something else ? a WSYWIG type ?
(2012-12-17, 05:54 AM)sunjava1 Wrote: [ -> ]something else ? a WSYWIG type ?

That's what that is. It's for MySQL 4.x so it must be pretty old though, don't use it. Can't you just use a foreach loop on each field to generate an <input>?