Posts by Leo Frost • 13 points
1 post
-
-1
votes1
answer60
viewsQ: How do I receive the value of Variables Separately from PHP?
This is the code of Ajax $('#FormEs').submit(function(e){ e.preventDefault(); $.ajax({ url: "VerificarPerson.php", type: "POST", dataType:"html", data: { 'metodo': $('#metodo').val(), 'idp':…