Hello,

On 03/20/2003 03:50 PM, Edward Peloke wrote:
The owner of the php site I am working on just told me he want to do credit
card validations on the site.  Currently, we aren't doing anything with
credit cards.  I have no idea as to where to even start with this.  Should I
simply go the paypal route?

Validating is one thing and charging is another.


To validate credit card numbers from forms you may want to try this forms generation and validation class:

http://www.phpclasses.org/formsgeneration

For charging you need to figure which payment methods are acceptable for your clients. A lot of people will refuse to pay via Paypal.


--


Regards,
Manuel Lemos


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to