NYCPHP Meetup

NYPHP.org

[nycphp-talk] Form Action Help

Chris Shiflett shiflett at php.net
Wed Feb 5 14:50:52 EST 2003


--- "William E. Fisher" <wefisher at open-world.com> wrote:
> I am using a service (paypal) to process credit card
> payments. The paypal procedure calls for including a form
> with hidden fields and values that is then posted via a
> form action to a cgi script on the paypal server. For
> security, I would prefer not to reveal all of the hidden
> field values in the html source code.

Look into cURL or even the PEAR class Net_Curl
(http://pear.php.net/package-info.php?pacid=30). What you
are wanting to do is perform a POST to Paypal via HTTPS.

Chris



More information about the talk mailing list