PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I am wondering how sites are displaying that it took n seconds to display the search result.
also, how do they display a graphical moving cursor which denotes that a search is going on???
any logic and suggestions are welcome.
there's no real logic behind it.. you get a timestamp before, you get one after.. you find the difference between the two and you have the time taken to execute the query...