![]() |
Page does not show updated query results! - 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: Page does not show updated query results! (/showthread.php?tid=59105) |
Page does not show updated query results! - El Forum - 08-24-2013 [eluser]behnampmdg3[/eluser] Hi; The page keeps showing the same blog titles after I update them in Mysql. For example if I change the title form "My blog" to "Your blog", I still see the "My blog" in all pages of the webste. Why isn't it updating? I have no cache or anything like that set up! Page does not show updated query results! - El Forum - 08-24-2013 [eluser]jairoh_[/eluser] were your database values updated when you did that? because if it didn't then the problem could be in your query, but if it does then in some instances maybe you're not connecting in the right database. |