Hi I was wondering if it is possible to get the time taken to retrieve data and display this to a user if so can you help me discover how to do this.
for example SELECT * from users limit 10
echo out my ten results and then say something like your query took "so many seconds " .that it took to run and grab the result and display it.
im not sure how to go about this I have seen this on php myadmin but do not understand how this is done
any help would be great .
kind regards
Lee