bytes tranfered.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve

    bytes tranfered.

    At the moment on my site i have an information bar at the bottom which
    gives information like page load time, number of sql queries, gzip status
    and load. I was looking at adding onother one ... bytes transfered. How
    would i go about this? I would like to show people how many bytes worth of
    information has been transfered to them.

    ideas?

    -------------
    Get FREE newsgroup access from http://www.cheap56k.com

  • Sjoerd

    #2
    Re: bytes tranfered.


    Steve wrote:[color=blue]
    > I would like to show people how many bytes worth of
    > information has been transfered to them.[/color]

    You could use output buffering (ob_start) to count the number of bytes.

    Comment

    Working...