![]() |
On Update/Delete data is not showing properly - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forum-20.html) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forum-23.html) +--- Thread: On Update/Delete data is not showing properly (/thread-52266.html) Pages:
1
2
|
On Update/Delete data is not showing properly - El Forum - 06-04-2012 [eluser]Learn CodeIgniter[/eluser] Sounds like your browser is caching your page, send a no-cache header and see if it works. Code: $this->output->set_header("HTTP/1.0 200 OK"); On Update/Delete data is not showing properly - El Forum - 06-04-2012 [eluser]Was[/eluser] many many thanx dude its working ![]() On Update/Delete data is not showing properly - El Forum - 06-04-2012 [eluser]Was[/eluser] my pagination is working correctly and thanx everyone for supporting . Was |