From the bottom up
   You have to start some where

Archive for March, 2007

Alternative to $HTTP_RAW_POST_DATA

Wednesday, March 28th, 2007

If you need to access the Raw Data From the Post Stream, you can do it using the following command;

$raw_post_data = file_put_contents(“php://input”);