- Impact
- 183
Hi,
I have a php script that requires something like 20-30 seconds to load, and it displays LOTS of results.
I would like to know if it's possible to display those results while loading them, and not all together when the page is fully loaded.
I was thinking to put them inside a session through the first script and to make a second script that, while the first one is loading all the results, takes them from the session and displays them.
What do you think about it?
I have a php script that requires something like 20-30 seconds to load, and it displays LOTS of results.
I would like to know if it's possible to display those results while loading them, and not all together when the page is fully loaded.
I was thinking to put them inside a session through the first script and to make a second script that, while the first one is loading all the results, takes them from the session and displays them.
What do you think about it?








