Re: refreshing pages in the cache

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Apr 27, 2011 at 8:50 PM, Jim Giner <jim.giner@xxxxxxxxxxxxxxxxxx>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.

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux