[PHP] want to take credit card payments (novice)?

2005-04-26 Thread AndreaD
Does anyone have any handy links/tip/tutorials for a newbee who wants to take credit card payments? Using php never set up a SSL or anything. thanks Ross -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] want to take credit card payments (novice)?

2005-04-26 Thread Chris Ramsay
Personally, I avoid it at all costs - let a large organisation with all the associated security, insurance etc such as Worldpay handle these things...also, search the archives of this list - I believe there was a protracted discussion of this a few weeks ago... Chris -- PHP General Mailing List

Re: [PHP] want to take credit card payments (novice)?

2005-04-26 Thread Angelo Zanetti
you need another IP address for the SSL certificate on your server. Its best to let the payment gateway handle the credit card processing. AndreaD wrote: Does anyone have any handy links/tip/tutorials for a newbee who wants to take credit card payments? Using php never set up a SSL or