Posted by Sjoerd on 12/18/56 11:49
yawnmoth wrote:
> I tried using php://input in the following script but nothing is output
> when I run it:
"$GLOBALS["HTTP_RAW_POST_DATA"] contains the raw POSTed data from a
request. Also available (obviously) as $HTTP_RAW_POST_DATA in the
global scope. Thanks to Manuel Lemos' SOAP server class for shedding
some light on the subject." -- m dot crawford at nospam dot home dot
com
"It should be noted that $HTTP_RAW_POST_DATA only exists if the
encoding type of the data is -not- the default of
application/x-www.form-urlencoded, and so, to accessing raw post data
from an HTTP form requires setting enctype= in your HTML." -- mike at
dbeat dot com
[Back to original message]
|