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
Post a Comment