back button not reloading page

WebMSTR

New Member
test1.php has this code\[code\](<?phpheader("Cache-Control: no-cache");header("Pragma: no-cache");$a=date("D M Y ; h:m:s");echo $a;?><html><head><meta http-equiv='Pragma' content='no-cache'/><meta http-equiv='Expires' content='-1'/></head><a href="http://stackoverflow.com/questions/3645945/test2.php">tk</a></html>)\[/code\]then when i visit test1.php and move to test2.php then on pressing back button why is it not displaying the current time instead displaying the time i last visited it.its a simpler version of my previous problem
 
Back
Top