Read all the raw data posted in a php script
by ventrix on Feb.04, 2009, under php
Read all the raw data posted in a php script
if ($_SERVER['REQUEST_METHOD'] == 'POST')
{
$str = trim(file_get_contents('php://input'));
}
No comments for this entry yet...