I want to show the user the length of time it took to get the results from a mysql query, is there a fuction that eludes me or do I need to get the time before the query is run then again after it has run and subtract them? anyone know what is the best way to do this?