On 29 Jul 2009, at 15:35, Michal Charemza wrote:
> So is there a way to access all of the variables, without actually
> knowing ahead of time what they are?
By searching the Agavi source, I found a comment about php://input ,
so I can read the raw post data by:
file_get_contents('php://input');
I hope that this isn't a security hazard... Note I won't actually be
accessing any of the variables directly this way, just pre-pending
another string to the beginning and POSTing it right back to Paypal.
Michal.
_______________________________________________
users mailing list
[email protected]
http://lists.agavi.org/mailman/listinfo/users