samedi 27 février 2021

how to get ajax post request data in php

I Want To Get Sent Data From Ajax in PHP This My Javascript Code:

var formdata = "Hello"
$.ajax({
url: "test.php",
method: "POST",
data: formdata,
async: false,

So How Can I Get This Data in PHP?




Aucun commentaire:

Enregistrer un commentaire