Tim Van Wassenhove

Passionate geek, interested in Technology. Proud father of two

18 Jan 2006

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");