I have seen many tutorials, but they\'re so confusing, and to do what I want to do, I just don\'t get how to use existing stuff from those tutorials and make them work they
Hi here is just a quick example of how one might do it:
The HTML:
Quick JQuery Ajax Request Value:
The process.php script:
success = false; if($result) { $resp->success = true; } print json_encode($resp); ?>
Please note that none of this has been tested. I hope it helps you thou.