On Wed, Apr 27, 2011 at 8:50 PM, Jim Giner <jim.gi...@albanyhandball.com>wrote:

> thanks for the input but your first link is invalid and the second I don't
> understand why you sent me.
> Perhaps you could explain?
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
Sure. In order to "tell" the browser to not cache a page, you need to set
the header "Cache-Control: no-cache". This can be done by the PHP command

header("Cache-Control: no-cache");



-- 
--Zootboy

Sent from my PC.

Reply via email to