There isn't an easy way as the form is filled in client side (and is html
not PHP). Work out the info you need to plug Into the SQL command line
(ALTER or CREATE TABLE). Build a form asking for that info and have it
submit to the same page which does the PHP and SQL bit using the filled in
fields from the form.

        Tim Ward
        Senior Systems Engineer

Please refer to the following disclaimer in respect of this message:
http://www.stivesdirect.com/e-mail-disclaimer.html


> -----Original Message-----
> From: Jaxon [mailto:[EMAIL PROTECTED]]
> Sent: 04 February 2001 23:18
> To: [EMAIL PROTECTED]
> Subject: db forms creator?
> 
> 
> Hi, can anyone point me towards an easy way to generate forms 
> to update a
> mysql database?
> 
> I've seen some sites where I can specify a list of table 
> fields and the
> datatype for each, and get an output of:
> 
> 1. the sql to create the table
> 2. a php form that can be used to update the table
> 
> problem is I can't find the site now :)
> 
> has anyone else found this?
> 
> Regards,
> jaxon
> 
> 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to