HTTP_RAW_POST_DATA

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Takashi

    HTTP_RAW_POST_DATA

    Anyone know what this constant is for (Google searches are not bringing
    anything that directly answers the question - what is it used for?)

  • xclarky@gmail.com

    #2
    Re: HTTP_RAW_POST_D ATA

    It's not a constant, rather a predefined variable. The key (when used
    within the globals array) contains, as suggested, the raw posted data
    from a request.

    Comment

    Working...