Re: [PHP] cache control with javascript

2003-10-21 Thread - Edwin -
On Mon, 20 Oct 2003 14:44:50 -0400 Joshua Minnie [EMAIL PROTECTED] wrote: Does anybody know how I can make force a javascript file (written in PHP) to be cached if the user agent allows it? Here is the situation: I am creating a dropdown menu system that contains a customer list, loaded

Re: [PHP] cache control with javascript

2003-10-21 Thread Joshua Minnie
The it that you were asking about was the server. The javascript file is actually a PHP file that produces the JavaScript that I need. I only have one access to a database and a while loop to generate the code. Here is the code pieces: [code] // already connected to the db $sql = SELECT * FROM

Re: [PHP] cache control with javascript

2003-10-21 Thread - Edwin -
On 2003.10.21, at 22:28 Asia/Tokyo, Joshua Minnie wrote: The it that you were asking about was the server. The javascript file is actually a PHP file that produces the JavaScript that I need. I only have one access to a database and a while loop to generate the code. Here is the code

RE: [PHP] cache control with javascript

2003-10-21 Thread Joshua Minnie
] Sent: Tuesday, October 21, 2003 11:56 AM To: Joshua Minnie Cc: [EMAIL PROTECTED] Subject: Re: [PHP] cache control with javascript On 2003.10.21, at 22:28 Asia/Tokyo, Joshua Minnie wrote: The it that you were asking about was the server. The javascript file is actually a PHP file that produces

RE: [PHP] Cache Control

2002-05-31 Thread Jon Haworth
Hi Jeroen, Where i can find more help about cache control Here: http://www.google.com/search?q=help+about+cache+control (495,000 results) Or did you mean something a bit more specific? Cheers Jon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] Cache Control

2002-05-31 Thread Jeroen Timmers
indeed more specific Jeroen At 11:00 31-5-2002 +0100, you wrote: Hi Jeroen, Where i can find more help about cache control Here: http://www.google.com/search?q=help+about+cache+control (495,000 results) Or did you mean something a bit more specific? Cheers Jon -- PHP General Mailing

RE: [PHP] Cache Control

2002-05-31 Thread Jon Haworth
Hi Jeroen, Where i can find more help about cache control http://www.google.com/search?q=help+about+cache+control Or did you mean something a bit more specific? indeed more specific Well, seeing as you're not sharing the actual question with the mailing list, this answer may not be

Fwd: RE: [PHP] Cache Control

2002-05-31 Thread Jeroen Timmers
Date: Fri, 31 May 2002 12:13:40 +0200 To: Jon Haworth [EMAIL PROTECTED] From: Jeroen Timmers [EMAIL PROTECTED] Subject: RE: [PHP] Cache Control I want info on the internet where i can find a manuel. I want a statement that de page always refresh the page is a php script and sometimes it comes

RE: [PHP] Cache Control

2002-05-31 Thread Jon Haworth
Hi Jeroen, I want info on the internet where i can find a manuel. http://www.google.com/search?q=http+cache+control+headers the page is a php script and sometimes it comes out of a proxy but that is not allowed. It's not something you have absolute control over - some proxies are

Re: [PHP] Cache Control with forms

2001-04-19 Thread Rasmus Lerdorf
Hi everyone! I have the following problem: I don't want any of my site's pages to be saved on any browser's cache. Yet, I want all HTML forms to keep their data when the user changes to another page without submiting and then comes back using the back button. I have seen changing the