An AJAX request is made, and PHP echoes some data which is then returned when the PHP has finished execution, like HTML being echoed onto a page 'normally'.
Other than performing a second AJAX request, is there a way to continue PHP execution after data has been returned to the JavaScript? To, for example, update a database.