You are not logged in.
Pages: 1
Hey ![]()
So we were wondering, is it possible using Zend Framework to POST variables to another external page?
Eg: User clicks a button, it formats all the variables (session etc) into a POST Array and sends them off to a payment provider (instead of a HTML based form).
Cheers,
Ryan
Offline
sure! why not?
look at Zend_Http_Client ![]()
Offline
Yeah I'm using Zend_Http_Client for a couple of the other payment providers however with this one in particular we need it to redirect to the page too.
So redirecting to the url with a post? As apposed to "behind the scenes". I haven't been able to find any option for Zend_Http_Client to redirect the page too?
Offline
Pages: 1