Connection speed with php

Connection speed with php

One of the hardest script you can find in internet is the one that determines connection speed of a surfer visiting our site. From today it’s not anymore a problem (even if nobody had nightmares before…) because we will make a php script in order to fill such lack. Let’s start coding… <?php $kb=512; echo [...]