Can you show a symbol to say query still running?
Posted: Tue Aug 26, 2014 9:40 am
We have a page that loads up to show how many people want to be told about something.
On one page there are over 16,000 of them, and they are grouped into DIVs per product.
Trouble is, when you load the page it's churning away to build it, and because the DIVs are all floated, you have to wait for it to load before the foot of the page does the Div Clear, and looks ok.
So is there some form of PHP script that can be active, to say "loading", until query is run?
So a little animated gif at the top shows while it's running, then disappears when the query is complete...??
Or better yet, the screen darkens with a facebox sort of overlay to say "one moment while we compile the information".
On one page there are over 16,000 of them, and they are grouped into DIVs per product.
Trouble is, when you load the page it's churning away to build it, and because the DIVs are all floated, you have to wait for it to load before the foot of the page does the Div Clear, and looks ok.
So is there some form of PHP script that can be active, to say "loading", until query is run?
So a little animated gif at the top shows while it's running, then disappears when the query is complete...??
Or better yet, the screen darkens with a facebox sort of overlay to say "one moment while we compile the information".