RE: [PHP] PHP and Caching and IMS Headers

2004-05-18 Thread Ford, Mike [LSS]
On 18 May 2004 13:58, Nick Wilson wrote: > Hi, > > I was reading this post here: > http://www.cre8asiteforums.com/viewtopic.php?t=9801 > > No, not my site ;-) > > I think it sounds like there are some mistaken views in there, anyone > that knows about If-Modified-Since headers, PHP and Caching

[PHP] PHP and Caching and IMS Headers

2004-05-18 Thread Nick Wilson
Hi, I was reading this post here: http://www.cre8asiteforums.com/viewtopic.php?t=9801 No, not my site ;-) I think it sounds like there are some mistaken views in there, anyone that knows about If-Modified-Since headers, PHP and Caching could shed a little conclusive light on the subject? Many

Re: [PHP] php and caching

2002-11-24 Thread Ernest E Vogelsinger
At 20:34 24.11.2002, Marco Tabini said: [snip] >header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");// Date in the past [snip] You should avoid this since most modern search engines would throw the site away because

Re: [PHP] php and caching

2002-11-24 Thread Marco Tabini
Caching is usually managed through a set of headers--for example: You can use these in the pages that are dynamic and omit them in those pages where you want to keep the information. Cheers, Marco php|architect - The magazine for PHP Professionals The monthly worldwide magazine d

Re: [PHP] php and caching

2002-11-24 Thread Marek Kilimajer
Provide a back_to_the_form link and pass all values, then on the form assign them to the fields. Alex wrote: Hi, I have a few pages on my site that contains dynamical content that must be "processed" each time the page is loaded. But I'd also want to allow the users to be able to use the back b

[PHP] php and caching

2002-11-24 Thread Alex
Hi, I have a few pages on my site that contains dynamical content that must be "processed" each time the page is loaded. But I'd also want to allow the users to be able to use the back button of their browser to go back to forms and that these forms still contain the information they entered (inst