I have a script the processes about 100 rows of data within a foreach loop. I would like to have a page that has a submit button and as the script successfully iterates it would append data from that row to a div on the page- giving some feedback to the user. It’s different than most of the examples Im seeing online in that the php script would be posting multiple times instead just once. thanks for any input
Share
Make 2 calls to php from jQuery