Jump to content

Php Mysql Page Loading Notice


Lyleyboy

Recommended Posts

Hi all,

 

I was wondering if there is a way (Sure there is) of showing a message or an image while a page is loading.

 

The issue is that I have a big table and I'm running some queries against it.

Obviously the query results don't appear immediately but in the mean time the page doesn't display anything.

 

Any thoughts?

Link to comment
https://forums.phpfreaks.com/topic/178312-php-mysql-page-loading-notice/
Share on other sites

Hey there,

 

I would look into ajax for this if i were you.

 

This way you could display a busy icon while your page is being loaded.

Also if you have several different queries being run on the table you could use ajax to execute each one so that the page would display the results of each query as it executed and not wait for all the queries to be executed before displaying anything.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.