Create automatically Input Forms and Views

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nona Me

    Create automatically Input Forms and Views

    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.


  • Ike

    #2
    Re: Create automatically Input Forms and Views

    THere is tons. Look in here:

    Free PHP Classes and Objects 2026 Versions with PHP Example Scripts, PHP Tutorials, Download PHP Scripts, PHP articles, Remote PHP Jobs, Hire PHP Developers, PHP Book Reviews, PHP Language OOP Materials

    and

    //Ike

    "Nona Me" <noname_1972@ho tmail.com> wrote in message
    news:4160df70$0 $76518$b83b6cc0 @news.wanadoo.n l...[color=blue]
    > 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[/color]
    configurable[color=blue]
    > and modified by them
    >
    > We prefer a open source (php) program with a mysql database.
    >
    > thanks in advance.
    >
    >[/color]


    Comment

    Working...