This is a discussion on Create automatically Input Forms and Views within the PHP Language forums, part of the PHP Programming Forums category; Is there a program that can make automatically input forms and views using the table design information in mysql. for ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Is there a program that can make automatically input forms and views using
the table design information in mysql. for example: in mysql you have a table: Customer with the next field: Name, Address, ZipCode, City the 'automatic form creator' should create a input form with the fields Name, Address, ZipCode, City, add a submit and reset button. you should also be able to make new customers and delete customers AND a standaard view of all customers. The program will be used by people who don't know anything about programmang, they have only a little bit ms experience. So it has to be easy configurable and modified by them We prefer a open source (php) program with a mysql database. thanks in advance. |
|
|||
|
THere is tons. Look in here:
http://www.phpclasses.org/ and http://www.phpbuilder.com/snippet/ //Ike "Nona Me" <noname_1972@hotmail.com> wrote in message news:4160df70$0$76518$b83b6cc0@news.wanadoo.nl... > Is there a program that can make automatically input forms and views using > the table design information in mysql. > > for example: > in mysql you have a table: Customer > with the next field: Name, Address, ZipCode, City > the 'automatic form creator' should create a input form with the fields > Name, Address, ZipCode, City, add a submit and reset button. > you should also be able to make new customers > and delete customers > AND a standaard view of all customers. > > The program will be used by people who don't know anything about > programmang, > they have only a little bit ms experience. So it has to be easy configurable > and modified by them > > We prefer a open source (php) program with a mysql database. > > thanks in advance. > > |