For those of you without the HTTP extension, try:
<?php
$body = @file_get_contents('php://input');
?>
![]() |
|
||||||||||
|
http_get_request_bodyОписаниеstring http_get_request_body ( void )Get the raw request body (e.g. POST or PUT data). This function can not be used after http_get_request_body_stream() if the request method was another than POST. http_get_request_body
osborn dot steven at gmail dot com
23-Aug-2007 11:01
For those of you without the HTTP extension, try: |