Hi,
I was wondering if anyone knows how to code the following scenerio
I want to display a "Loading..." or "Please wait...." message while the script is processing MySQL query in the background and when the query is done the script should replace the "Loading..." message with the result of the query.
Does anyone know how to do that?