Quote:
Originally Posted by feldon23
The answer to that is not programming, but adding no-cache headers.
|
In the show.php file - no cache headers are sent :
PHP Code:
header("Cache-Control: no-cache, must-revalidate");
I have noticed that when you click back it sometimes doesn't show correctly, I'm busy with work at the moment but dedicating as much time as I can to fixing any issues and making it virtually bullet-proof.
Jase