![]() |
avoid resend data when click on refresh menu - 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: avoid resend data when click on refresh menu (/showthread.php?tid=22169) |
avoid resend data when click on refresh menu - El Forum - 08-31-2009 [eluser]ranjitbd[/eluser] Code: //how to avoid sending data into database when click on refresh button. avoid resend data when click on refresh menu - El Forum - 09-01-2009 [eluser]pistolPete[/eluser] You already posted here the same question: http://ellislab.com/forums/viewthread/127492/ And it was already answered, you have to do a redirect do clean the POST data. |