I want to redirect users to a external payment gate with some parameters using zend.is there any standard way of doing it ?
really appreciate any advice and suggestions.
thanks.
|
I want to redirect users to a external payment gate with some parameters using zend.is there any standard way of doing it ? really appreciate any advice and suggestions. thanks. |
||||
|
|
|
You could use the built in PHP function of http_build_query to build the parameters, then feed that to the
|
|||||
|
|
In ZF there is Redirector action helper. It has methods called |
||||
|
|