Possible Cache-ing problem?
Posted: Tue Jan 27, 2004 6:30 am
Ok I have gotten some basic db calls working in PHP. Yay!!
But now the thing that is throwing me off.
I bring up the main page. From there I click the link that takes me to my php page. It runs, hell it runs great. Then I navigate to another portion of the site. Then when I try to go back (not using the back button) to the php page I get a "Document requested not found error". At first I thought this was a cache-ing problem but I added the:
<?
Header('Cache-Control: no-cache');
Header('Pragma: no-cache');
?>
to stop the page from cache-ing on load but still no dice.
Same thing happens when I am on the php page and hit refresh. Some advice please.
Thanks
But now the thing that is throwing me off.
I bring up the main page. From there I click the link that takes me to my php page. It runs, hell it runs great. Then I navigate to another portion of the site. Then when I try to go back (not using the back button) to the php page I get a "Document requested not found error". At first I thought this was a cache-ing problem but I added the:
<?
Header('Cache-Control: no-cache');
Header('Pragma: no-cache');
?>
to stop the page from cache-ing on load but still no dice.
Same thing happens when I am on the php page and hit refresh. Some advice please.
Thanks