![]() |
Moving from one record to the next - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Moving from one record to the next (/showthread.php?tid=12947) |
Moving from one record to the next - El Forum - 11-05-2008 [eluser]alberto24[/eluser] Hi - I am back with another question, I think this one will be easier! ![]() I have a form that allows me to edit a record in the database. When you hit submit, it processes the edits, then redirects back to the main record display page. What I want to do is when you hit submit, instead of redirecting back to the that records display page, i want to move to the next record's edit page. So this way I can edit record 1, then 2, then 3, etc. without having to go back and forth. Any ideas on how to do this? Thanks! |