Quote:
|
Originally Posted by polle54
hmm
I need a little script to detect the visitors connection speed.
if (speed == dialup)
redirect to another page
preferably coded in php.
as has to be as fast as absolute possible.
Do you have anything premade or can you make this pretty quick?
|
Since PHP runs on the server and not the client, Javascript would be much better to use to detect the user's connection speed. Let me know if you still need help with this.