Date: 10/15/01
- Next message: Mike Eheler: "Re: [PHP] Format date"
- Previous message: Emile Bosch: "[PHP] Re: protect files and view temporary"
- In reply to: Power Programmer: "[PHP] CACHE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
not reliably, no
You can mess about with HTTP headers so that browsers no to cache the page
generally, but for the greatest part browsers just do whatever they want,
which varies greatly between different browsers on different OS's
if you're worried about a script re-executing then you will need to set some
semaphore or guard in the script.
HTH, Tom
----- Original Message -----
From: "Power Programmer" <programmer <email protected>>
To: "Henrik Hansen" <hh <email protected>>; <php-general <email protected>>
Sent: Monday, October 15, 2001 6:31 PM
Subject: [PHP] CACHE
> Is there a way that you can get a php script to cache if the user hits the
> back button instead of re-executing?
>
>
> Thank you
>
> Randy
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.282 / Virus Database: 150 - Release Date: 9/25/2001
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: php-general-unsubscribe <email protected>
> For additional commands, e-mail: php-general-help <email protected>
> To contact the list administrators, e-mail: php-list-admin <email protected>
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Mike Eheler: "Re: [PHP] Format date"
- Previous message: Emile Bosch: "[PHP] Re: protect files and view temporary"
- In reply to: Power Programmer: "[PHP] CACHE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

