I am currently not able to figure out how it will be coded.
*Problem*
Main page where user will enter some data and click "calculation" button.And the page will be submitted to calculations.php .
calculations.php will output 10 results and usually takes 6 seconds for each result.In total it will take 60 seconds to calculate and show the results.

But i want to do some tricky work so that as soon as each result is calculated user should be able to see the result.But it should be without reloads of page.

I need your help to code this trick.
Thank You.