Ask a Question related to PHP Development, Design and Development.
-
Nona Me #1
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.
Nona Me Guest
-
CF INPUT textfield is automatically selected whenusing CF FORM
sorry for repeating this post, I continually got an error from the forum, so I thought it wasn't posting -
Create Dynamic Input Names or Input Fields in Asp
I have a little code to add multiple items to a shopping cart based page. This code works perfect, but it adds all of the info to the same input... -
is it possible 2 create views, triggers & stored procedures in Access?
speaking of me, I'm not very new to Access, but I haven't worked on it as a professional. I know that you can fire queries in Access, but I don't... -
create views from parameterized stored procedures
I'm looking to do as the topic says, I currently use temporary real tables (not #temp tables) that i keep in existence for just long enough for an... -
Views inside views, execution plan & external WHERE clause
Here's my situation: Step 1: select * from employees where dept_no=1 and employee_no=1 ; -
Ike #2
Re: Create automatically Input Forms and Views
THere is tons. Look in here:
[url]http://www.phpclasses.org/[/url]
and
[url]http://www.phpbuilder.com/snippet/[/url]
//Ike
"Nona Me" <noname_1972@hotmail.com> wrote in message
news:4160df70$0$76518$b83b6cc0@news.wanadoo.nl...configurable> 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> and modified by them
>
> We prefer a open source (php) program with a mysql database.
>
> thanks in advance.
>
>
Ike Guest



Reply With Quote

