okay so,
[browser] ==> makes AJAX call to webserver running php
i have the following php code,
<?php
//Process Ajax request
//return success code to browser
//continue with other php code
?>
How exactly can i achieve the second part i.e "return success code to browser"? and continue with processing php code.