ajax post values is empty

后端 未结 1 1943
盖世英雄少女心
盖世英雄少女心 2020-12-20 06:12

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

1条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-20 06:21

    try this,

    console.log("Firstname='.$_POST["lastName"].' lastReligion='.$_POST["lastReligion"].'");';
    
    }
    ?>
    

    0 讨论(0)
提交回复
热议问题