crmamx Posted February 2, 2011 Share Posted February 2, 2011 Before I pull my hair out, can I: form1.html Retrieve 1 record, 5 columns from the db Display that data in a form Allow the user to change any of the column data on the form Use form action update.php, method post update.php use $_POST to capture variables update db My main concern is if the retrieved data will be displayed on the form. Thanks Link to comment https://forums.phpfreaks.com/topic/226451-display-retrieved-db-data-in-a-form/ Share on other sites More sharing options...
trq Posted February 2, 2011 Share Posted February 2, 2011 Form1.HTML would need to be a php page but otherwise, yes. Link to comment https://forums.phpfreaks.com/topic/226451-display-retrieved-db-data-in-a-form/#findComment-1168841 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.