Re: [PHP] calculate the traffic size with php(like the apache access_log)

2003-01-09 Thread Marek Kilimajer
Requests for images bypass php, so you need get it from apache log. Torsten Rosenberger wrote: Hello Is it possible to get the transfer (traffic) size from a webpage as is stands in the apache access_log file 127.0.0.1 - - [07/Jan/2003:13:01:58 +0100] "GET /~torsten/cups/pdf.php HTTP/1.1" 20

[PHP] calculate the traffic size with php(like the apache access_log)

2003-01-09 Thread Torsten Rosenberger
Hello Is it possible to get the transfer (traffic) size from a webpage as is stands in the apache access_log file 127.0.0.1 - - [07/Jan/2003:13:01:58 +0100] "GET /~torsten/cups/pdf.php HTTP/1.1" 200 48 (size) When i work with outbut buffer i only get the html source size with ob_get_length.If