I wanted to get the data from the ajax post which are the student name and student religion(abdullah and muslim) values in the passwrapper.php and post those values on the c
try this,
console.log("Firstname='.$_POST["lastName"].' lastReligion='.$_POST["lastReligion"].'");'; } ?>