paruby Posted July 21, 2008 Share Posted July 21, 2008 Hello all - Hopefully this is an easy question. I have a table that has x number rows, for just text (say names). Not only should the "admin" page allow to add new names, but also allow to change the name, ie. if misspelled. Can any one send examples of how to allow for this (GUI)? Here are a few of my thoughts: * each row entry has a link (or button) next to it that allows to update that one row. * all rows listed, then a button at the bottom to update all, no matter which have changed. Any other ideas? Thanx. Pete Link to comment https://forums.phpfreaks.com/topic/115768-basic-question-on-hopw-to-update-table-entries/ Share on other sites More sharing options...
LooieENG Posted July 21, 2008 Share Posted July 21, 2008 How about a checkbox for each row, and then one "update" button at the bottom updates the rows that are checked? Link to comment https://forums.phpfreaks.com/topic/115768-basic-question-on-hopw-to-update-table-entries/#findComment-595159 Share on other sites More sharing options...
paruby Posted July 21, 2008 Author Share Posted July 21, 2008 LooieENG, Cool. I will try it out, and if I have any questions about how to do the actual PHP, I will create another POST. Thanx! Link to comment https://forums.phpfreaks.com/topic/115768-basic-question-on-hopw-to-update-table-entries/#findComment-595161 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.