try this:
$HTTP_RAW_POST_DATA = file_get_contents('php://input');
On Nov 9, 12:17 am, "zheka" <[EMAIL PROTECTED]> wrote:
> Hello
>
> I am converting a php script to a cake based one.
>
> The original script is getting input from xForm post via
> $HTTP_RAW_POST_DATA
> However the cake based script does not see $HTTP_RAW_POST_DATA for
> some reason even though it runs on the same server.
>
> Why would this be happening? .
>
> thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Cake PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---