Does anyone know how to make a secured credit card checkout script? please help me if you do....
Thank you
Smackie
PHP Secured credit card checkout
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Yes, but it is fairly complex code. As jshpro2 asked, what payment gateway are you using? Do you want a multi-page or single page form to collect shipping and payment information? Will there need to be backend screens to manage orders? Will there be email confirmation? Do you already have software to manage a shopping cart? Will you store orders in a database. Do you have a secure server available?
My experience with payment gateways in PHP is that the often use Curl so that may need to be installed.
My experience with payment gateways in PHP is that the often use Curl so that may need to be installed.
(#10850)