Accept posted XML data
I remember that i have spent a lot of time finding something that allowed me to accept the posted XML data. The solution was very simple
$data = file_get_contents("php://input");
Passionate geek, interested in Technology. Proud father of two
I remember that i have spent a lot of time finding something that allowed me to accept the posted XML data. The solution was very simple
$data = file_get_contents("php://input");