On Thu, Jul 04, 2002 at 01:24:04PM +0200, Grant wrote:
> My question is how do I go about calculating the correct Content-Length for
> each and every php page on my site.
> 
> I have done some digging and presume I need to do "Output buffering" and
> calculate the strlen of the response the php returns, but how do I reference
> the result of a php page to get a strlen from it??

You didn't dig far enough, since there is an example of exactly what you
want on:

http://www.php.net/manual/en/function.ob-get-length.php

Isn't the online reference need? :)

-- 

  Daniel Tryba


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to