[PHP] PHP SSL credit card transaction

2001-12-06 Thread Daniel Guerrier

Can some give me a brief synopsis or direct me to some
information on how to create an ecommerce site using
php.  My main question is in the area of performing a
secure credit card transaction.  Do I need to use a
third party shopping or can I create my own, if I
create my own how do I integrate it with a credit
authorizer?  In addition how do I implement SSL with
PHP when performing the transaction?  Thanks in advance!!

__
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] PHP SSL credit card transaction

2001-12-06 Thread Chris Allen

http://www.openecho.com/php/echophp-1.4.tar.gz


I used this package, which requires cURL and for you to have setup a
merchant account.
Was really easy!

As far as SSL jsut make sure you are serving the pages in SSL (https) and
all is fine.
You can home roll your on shopping cart like I did or you can DL any open
source cart and add hooks into openecho..
I owuld check the forum they have @openecho and see if anyone has a shopping
cart that you can use!


GL,

ccma

- Original Message -
From: Daniel Guerrier [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, December 06, 2001 11:09 AM
Subject: [PHP] PHP SSL credit card transaction


 Can some give me a brief synopsis or direct me to some
 information on how to create an ecommerce site using
 php.  My main question is in the area of performing a
 secure credit card transaction.  Do I need to use a
 third party shopping or can I create my own, if I
 create my own how do I integrate it with a credit
 authorizer?  In addition how do I implement SSL with
 PHP when performing the transaction?  Thanks in advance!!

 __
 Do You Yahoo!?
 Send your FREE holiday greetings online!
 http://greetings.yahoo.com

 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]