I have a script that load a PHP page with data from a MySQL query.
I have modified the MySQL query, but this PHP page still shows the previous results deprecated MySQL query and not the new MySQL results.
I have tried to using the browser's refresh and I have added to the code, but it does not work:
Code: Select all
header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
Ideas