Tell your browser not to cache files or put this little piece o' code in on top of your php file:
<?php
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
?>
Now your browser will happily refresh the page on each pageload. :rolleyes: