Danny620 Posted March 16, 2014 Share Posted March 16, 2014 Hi, I am using codeigniter as my framework, when someone checks the tick boxs i simply loop over the post request and bulk insert them into a table my problem is when a user wants to go back and edit the record i.e untick some of preselected value or tick new ones how can i handle this? should I delete all entries that exist and write new data to database? Please can you advise me on how to do this? Link to comment https://forums.phpfreaks.com/topic/287015-check-box-insertdelete/ Share on other sites More sharing options...
Danny620 Posted March 16, 2014 Author Share Posted March 16, 2014 any help? Link to comment https://forums.phpfreaks.com/topic/287015-check-box-insertdelete/#findComment-1472824 Share on other sites More sharing options...
Ansego Posted March 17, 2014 Share Posted March 17, 2014 Hi, Not familiar with codeigniter framework - Might want to redirect them and use a session flag and if flag is true then don't show form? OR Do a query against your database to check if it has been submitted and stop a duplicate? Link to comment https://forums.phpfreaks.com/topic/287015-check-box-insertdelete/#findComment-1472851 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.