I have a PHP website for listing all the education centers. My webpage is like this
my webpage code is like this
html code for header
.......................
php and mysql code for retrieve district
............................
php and mysql code for retrieve locality
.................................
php and mysql code for retrieve listings
...........................
php and mysql code for retrieve more links
...............
html code ends...
My problem is that, on page running first district prints.. after certain time( approx 10sec) locality prints.. after certain time(approx 20sec) listings print... after certain time (30 sec) more links print...
I want to display all results at once, with no lag between each part.
Is there a way of getting all the parts to display at once?