Hello
I am using mysql with html to create a webpage
I have a table called people
This table has 2 fields, first_name and second_name
I have 5 records in this table
I want to select this information out of the MYSQL database and into fields on a form
These fields can then be overwitten with new values and sent back to the mysql database.... Can i select data into a field
ie <input value="from mysql" size=20 name="first_name" >
Thanks