Mathijs wrote:
> Jochem Maas wrote:
>> Mathijs wrote:
...
> (Hartelijk dank voor de hulp :D ).
we kunnen geheime taal gaan gebruiken - vinden ze hier vast leuk ;-)
>
> Mathijs
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Jochem Maas wrote:
Mathijs wrote:
...
Now i have a problem with the ETag.
what are you using this header for?
I Use this header to check if the content of a file has changed.
This because the content can be variable. But is static most of the time.
I Compute an MD5 of the content, and add t
Mathijs wrote:
...
>>>
>>> Now i have a problem with the ETag.
>>
>> what are you using this header for?
>
> I Use this header to check if the content of a file has changed.
> This because the content can be variable. But is static most of the time.
>
> I Compute an MD5 of the content, and add
Mathijs wrote:
Jochem Maas wrote:
Mathijs wrote:
Hello there,
I can't figure out why there are some headers set while i don't set them
myself.
The following headers are sent to the browser.
-Expires: Thu, 19 Nov 1981 08:52:00 GMT
-Cache-Control: no-store, no-cache, must-revalidate, post-check
Jochem Maas wrote:
Mathijs wrote:
Mathijs wrote:
Jochem Maas wrote:
Mathijs wrote:
Hello there,
I can't figure out why there are some headers set while i don't set
them
myself.
The following headers are sent to the browser.
-Expires: Thu, 19 Nov 1981 08:52:00 GMT
-Cache-Control: no-store, n
Mathijs wrote:
> Mathijs wrote:
>> Jochem Maas wrote:
>>> Mathijs wrote:
Hello there,
I can't figure out why there are some headers set while i don't set
them
myself.
The following headers are sent to the browser.
-Expires: Thu, 19 Nov 1981 08:52:00 GMT
Jochem Maas wrote:
Mathijs wrote:
Hello there,
I can't figure out why there are some headers set while i don't set them
myself.
The following headers are sent to the browser.
-Expires: Thu, 19 Nov 1981 08:52:00 GMT
-Cache-Control: no-store, no-cache, must-revalidate, post-check=0,
pre-check=0
Mathijs wrote:
> Hello there,
>
> I can't figure out why there are some headers set while i don't set them
> myself.
>
> The following headers are sent to the browser.
> -Expires: Thu, 19 Nov 1981 08:52:00 GMT
> -Cache-Control: no-store, no-cache, must-revalidate, post-check=0,
> pre-check=0
> -P
Thanks for your help both Maxim and Marek...everything's working now!
-Adam
"Maxim Maletsky" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> try calling implicitly flush() function:
>
>
> Example code:
> Working...
> flush();
> sleep ( 10 );
> ?>
>
> --
> Ma
check the value of output_handler or try calling flush() before the code.
Did you not change anything in apache?
Adam Humphrey wrote:
When I upgraded to 4.2.3 from 4.2.2 I no longer am able to see HTML before
PHP code that takes a while to process.
I made sure that I've set "output_buffering =o
try calling implicitly flush() function:
Example code:
Working...
--
Maxim Maletsky
[EMAIL PROTECTED]
"Adam Humphrey" <[EMAIL PROTECTED]> wrote... :
> When I upgraded to 4.2.3 from 4.2.2 I no longer am able to see HTML before
> PHP code that takes a while to process.
>
> I made sure that
11 matches
Mail list logo