Not sure if this is possible with PHP.
I have a page that executes a large MySQL query, so it takes time to load and display on the browser. I'm fine with that, but all I need is to display a message on the page saying "Fetching data..." or whatever.
Note: I don't want to use AJAX to load the actual data
Any solution?
I know it's possible with ColdFusion by asking the server to send back small HTML chunks to the browser instead of sending the whole page at once.
Thank you
I have a page that executes a large MySQL query, so it takes time to load and display on the browser. I'm fine with that, but all I need is to display a message on the page saying "Fetching data..." or whatever.
Note: I don't want to use AJAX to load the actual data
Any solution?
I know it's possible with ColdFusion by asking the server to send back small HTML chunks to the browser instead of sending the whole page at once.
Thank you








