hello peeps, is there a way I can display the speed at which a server returns any data? for example, I would to display:
this server returned the result in : .... secs
I was just wondering if this is possible. Thanks in advance for any help.
Have a look at [man]microtime[/man]
Nice one thanks, I think I have what I need.