aaricwon Posted February 22, 2008 Share Posted February 22, 2008 :-\ Again, I want to start off by saying thank you to everyone! I have learned alot from this forum. I have created a simple form that ads info to a database. I have created another page so I can view the info from the database. Now I need to edit the info. Can someone point me in the right direction? I would like to have a page that displays what is in the database or atleast some of the info, then I select a record which brings up a screen where I can edit all of the information on that record and save. Link to comment https://forums.phpfreaks.com/topic/92444-i-can-enter-records-into-my-database-now-i-need-to-edit-them/ Share on other sites More sharing options...
revraz Posted February 22, 2008 Share Posted February 22, 2008 Create a form, read the DB, populate the form for the record you want to edit, use the mysql UPDATE function to update the record. Link to comment https://forums.phpfreaks.com/topic/92444-i-can-enter-records-into-my-database-now-i-need-to-edit-them/#findComment-473625 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.