RE: [PHP] calculate download time

2001-06-29 Thread Tyrone Mills
scott [gts] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 10:42 AM To: php Subject: RE: [PHP] calculate download time simple. get total KB (1k = 1024 bytes) divide that by 60 (seconds in a minute) now you have estimated transfer time in minutes. > -Original Message- > Fr

RE: [PHP] calculate download time

2001-06-29 Thread scott [gts]
simple. get total KB (1k = 1024 bytes) divide that by 60 (seconds in a minute) now you have estimated transfer time in minutes. > -Original Message- > From: Rhett Hermer [mailto:[EMAIL PROTECTED]] > Subject: [PHP] calculate download time > > Hi, > > I am trying

[PHP] calculate download time

2001-06-27 Thread Rhett Hermer
Hi, I am trying to write code to find out how long it takes to download a file. The code is below. When I compare to other websites which you can calculate online, varies wildly. I do know about many factors that affect the download times. All I want is correct forumla to caclulate. $b = filesi