[PHP] Credit Card validation

2004-03-01 Thread Binay
Hi, I need to validate credit cards on my web site. So i m looking for information as in what all i need to do / have to implement the card validation . I m running .. Php 4.3.3 Apache 1.3.29 Red Hat Linux 9.0 Any advices are most welcome... Thanks in advance Binay

Re: [PHP] Credit Card Validation

2003-10-09 Thread Burhan Khalid
Nathan Taylor wrote: My question is pretty obvious, I was wondering what the process for validating a credit cards with both preprocessing by the form to determine the pattern validity and post processing by a bank to > confirm the actual card validity. Well since you asked about the /process/ .

Re: [PHP] Credit Card Validation

2003-10-08 Thread Nathan Taylor
I'll take a look through that and do as much further research as is possible. Thanks. - Original Message - From: Craig Lonsbury To: Nathan Taylor ; php-general Sent: Wednesday, October 08, 2003 4:04 PM Subject: RE: [PHP] Credit Card Validation this is a good explan

Re: [PHP] Credit Card Validation

2003-10-08 Thread Nathan Taylor
The fact is I just pulled up google and typed in PHP-General Archives and clicked the first thing I came up with. Thanks for the link though. - Original Message - From: Becoming Digital To: php-general Sent: Wednesday, October 08, 2003 4:10 PM Subject: Re: [PHP] Credit Card

Re: [PHP] Credit Card Validation

2003-10-08 Thread Becoming Digital
make the process any easier. Edward Dudlik Becoming Digital www.becomingdigital.com - Original Message - From: "Nathan Taylor" <[EMAIL PROTECTED]> To: "php-general" <[EMAIL PROTECTED]> Sent: Wednesday, 08 October, 2003 16:03 Subject: [PHP] Credit Card Va

RE: [PHP] Credit Card Validation

2003-10-08 Thread Craig Lonsbury
back here, it is coming up soon for me =) hth, Craig -Original Message- From: Nathan Taylor [mailto:[EMAIL PROTECTED] Sent: October 8, 2003 2:04 PM To: php-general Subject: [PHP] Credit Card Validation Hey guys (and gals), I am sure this has been asked many times before, but I couldn&#

[PHP] Credit Card Validation

2003-10-08 Thread Nathan Taylor
Hey guys (and gals), I am sure this has been asked many times before, but I couldn't seem to find a recent PHP4-based thread in the logs at phpbuilder.com; so either I'm incompetent or it doesn't exist. My question is pretty obvious, I was wondering what the process for validating a credit car

RE: [PHP] Credit Card Validation

2002-09-08 Thread Boaz Yahav
index.php3?GoTo=get_example.php3?count=3190 Sincerely berber Visit http://www.weberdev.com/ Today!!! To see where PHP might take you tomorrow. -Original Message- From: Jeff Lewis [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 07, 2002 11:03 PM To: [EMAIL PROTECTED] Subject: [PHP] Credit Card

Re: [PHP] Credit Card Validation

2002-09-07 Thread Justin French
You have be a little clearer. What do you want to return on true? a) the card number appears to be numerically valid b) the card has enough credit left on it to place the order I'll assume A. You need to decide what cards are going to be accepted, and look for a class or set of functions which

Re: [PHP] Credit Card Validation

2002-09-07 Thread Garrick Linn
Check out http://www.analysisandsolutions.com/code/ccvs-ph.htm At 05:03 PM 9/7/2002 -0400, Jeff Lewis wrote: >I know it's been posted here several times and I've looked through the >archives but I just need something very simple for this. I have a form >that already takes in user information bu

[PHP] Credit Card Validation

2002-09-07 Thread Jeff Lewis
I know it's been posted here several times and I've looked through the archives but I just need something very simple for this. I have a form that already takes in user information but now before accepting the information, I'd like to pass the credit card information to a function and return tr

Re: [PHP] Credit Card Validation With Expiration Date

2002-07-30 Thread Tech Support
" <[EMAIL PROTECTED]>; "PHP List" <[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 3:41 AM Subject: RE: [PHP] Credit Card Validation With Expiration Date > > I'm looking for an algorithm or a free PHP Script which enable me > > to verify > > expira

RE: [PHP] Credit Card Validation With Expiration Date

2002-07-30 Thread Craig Vincent
> I'm looking for an algorithm or a free PHP Script which enable me > to verify > expiration date with a credit card number. > > Does anybody knows this ? It doesn't existcredit card number alogrithms do not use the expiry date in their formulas (at least I'm not aware of any that are). Also

[PHP] Credit Card Validation With Expiration Date

2002-07-30 Thread Laurent Drouet
Hi the ML I'm looking for an algorithm or a free PHP Script which enable me to verify expiration date with a credit card number. Does anybody knows this ? Regards Laurent Drouet -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Credit Card Validation Solution updated

2002-07-29 Thread Analysis & Solutions
Hi Folks: I'm happy to announce the latest versions of my Credit Card Validation Solution. This includes a new JSP Edition and reworking the PHP and Perl Editions into an Object Oriented paradigm. If you're using a version prior to the following, please upgrade: Ed. Ver URI --- -

Re: [PHP] credit card validation

2002-04-15 Thread Analysis & Solutions
On Tue, Apr 16, 2002 at 02:41:53AM -0600, jas wrote: > I need to know if there is one place to get information on creating a credit > card validation script based on the users selected payment type (i.e. > mastercard, visa, american express, etc.) I've got the best one out there. Automatically d

[PHP] credit card validation

2002-04-15 Thread jas
I need to know if there is one place to get information on creating a credit card validation script based on the users selected payment type (i.e. mastercard, visa, american express, etc.) If anyone knows of a good tutorial or sample of such a function please point me that way. thanks in advance,