jquery - Best Approach For Updating Page from php -



jquery - Best Approach For Updating Page from php -

i have script processes 100 rows of info within foreach loop. have page has submit button , script iterates append info row div on page- giving feedback user. it's different of examples im seeing online in php script posting multiple times instead once. input

due nature of http, best bet might utilize ajax.

my thoughts send ajax request script, , 1 time script done , sends response, parse response , set div.

php jquery asynchronous

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -