Nope this didn't work. 🙁 (although $REQUEST_METHOD is returning as POST so It probably wouldn't) :/
I've also tried this:
$stdin=file("php://stdin");
Which I saw somewhere and that never worked, neither did:
$stdin=file("/dev/stdin");
Which It says I should use if PHP version is less than 3.0.15. (I figured I got nothing to lose by trying, even though im using PHP 4) 😃