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 Quote 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. Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.