php POST response
- by amit
I am making a POST to another php file that I want to render in the browser. so clearly, using jquery POST wont work, since it works through AJAX.
echo '<div class="showcase_URL"><a class="purl" name="'.$row->num.'" href="#">PROJECT URL</a></div>';
what I have till now in javascript is:
$(".showcase_URL…