Hi,
Can you tell me how can I retrieve the data stored in a mysql database and display on the fields in a php form.
Thanks.
Develop the necessary SQL to obtain the desired data from the DB.
Develop the necessary HTML to display the desired form.
Add the data values retrieved from #1 and put it into #2 via the "value" attributes of the input and/or option tags, or between the textarea and /textarea tags where as applicable.