Internet connection speed test [PHP]
This web based application allows you to check your real internet connection speed. In order to do this, the php script generates a large amount of random data which is send to you. The larger amount of data, the greater the precision. JavaScript computes the time difference between the beginning and the end of transferring data, so knowing the amount of data transferred and time, script can approximate your connection speed.

