I have a loop that runs through a text area’s line and processes each line in a loop.
At the moment the page just stays frozen until all fo the data has been processed.
How can I make it so that as soon as a line has finished processing (when it loops back) it adds for instance “Line 1 processed” “Line 2 processed” etc so that the user can see that it is working.
I am using PHP and would like to use jquery as I am already using in on the site.
Thanks
Since you did not specify any details, I’ll just take a wild guess of what you can do: