Matthew Gonzales wrote:
What function would I use to clear the browser cache.
There is no function that can clear cache only the user can clear their
own cache......:-(
The best you can do is:-
<meta http-equiv="cache-control" content="no-cache">
also when you get to call the offending page make sure that the call is
not the same as what it was the last time it was called. I use:-
<a href=Administration.php?Diva=".rand()."><img src=images/Back.png></a>
Note the ?Diva=".rand()." unlikely to be the same twice....:-(
--
Regards,
Alf Stockton www.stockton.co.za
When you are about to die, a wombat is better than no company at all.
-- Roger Zelazny, "Doorways in the Sand"
My email disclaimer is available at www.stockton.co.za/disclaimer.html
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php