This topic created in 4815 days ago, the information mentioned may be changed or developed.
2 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
siw Feb 19, 2013
var_dump($GLOBALS); var_dump($_POST);
|
 |
|
2
cute Feb 22, 2013 1
$data = isset($HTTP_RAW_POST_DATA) ? $HTTP_RAW_POST_DATA : file_get_contents('php://input');
|