generate html form from database sechma

Go4Expert Member
26Oct2009,18:23   #1
msi_333's Avatar
i have a question , supose i have a database and a table called "car" , my question , Is there a way to auto generate the html form to add this car with all its details ( to generate the html code to me ) .
Ambitious contributor
27Oct2009,15:51   #2
venami's Avatar
Yes you can.
You can establish a DB connection and fetch the records from the tables in PHP variables, these variables will load the details the of the car.