Danny620 Posted March 16, 2014 Share Posted March 16, 2014 (edited) 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? Edited March 16, 2014 by Danny620 Quote Link to comment Share on other sites More sharing options...
Danny620 Posted March 16, 2014 Author Share Posted March 16, 2014 any help? Quote Link to comment Share on other sites More sharing options...
Ansego Posted March 17, 2014 Share Posted March 17, 2014 (edited) 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? Edited March 17, 2014 by Ansego Quote Link to comment 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.