You can also add this at the beginning of your script :
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");
Remember that the function header() must be called before you output something (echo, print, ...)