Link to home
Start Free TrialLog in
Avatar of 3rdLifeWebDev
3rdLifeWebDev

asked on

HTTP_RAW_POST_DATA

My shopping cart is silent posting using HTTP_RAW_POST_DATA.

I am trying to insert variables with $var=urlencode($_POST['var']);

I have been reading about problems where $_POST does not grab variable posted with HTTP_RAW_POST_DATA.

Is $_POST the correct protocol?
Avatar of jar3817
jar3817

I would use $_POST if you can. Is there some specific reason you're using the RAW_DATA one?
Avatar of 3rdLifeWebDev

ASKER

I should have been more clear... I do not control the shopping cart or the code behind it.

I am building the mechanism to receive the silent post.
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial