Is there any easy way to echo a loading message while a query is taking place?
I have a particular query that, due to the amount or results returned, takes awhile to process. I don't want the user to think something's wrong, or that no data was returned. Is there anyway to echo a "Loading data.." message on the page until it gets over-written with the data returned?
As always, any and all help with is is greatly appreciated.