<?php
header ("Cache-Control: no-cache, must-revalidate");
header ("Pragma: no-cache");
?>
james wrote:
Hello,
The problem I am having, is that I have made a 'main' php page which calls up other php pages when links are clicked,
but when those php pages link back to the main page, or to another php page that has already been loaded in the past, I get the same html generated into my browser that was generated when the php page was called the first time.
I have to keep clicking 'refresh' to get the new code to load into the browser !!
How can I fix this?
Cheers, James