I am getting result from database and I want to print the amount of seconds or minute it took to bring me the result.
something like this:
if($fba_num_rows > 0){
//print the amount of time the query took
//like "Search completed in 0.57 seconds"
}
How do i do this? please help.