I remember that i’ve 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');
I remember that i’ve 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');