[PHP] Re: Credit Card validation

2004-03-02 Thread Nadim Attari
http://www.zend.com/codex.php?CID=22

Hope it helps...

Nadim Attari

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



[PHP] Re: Credit Card Validation

2003-10-08 Thread Manuel Lemos
Hello,

On 10/08/2003 05:03 PM, Nathan Taylor wrote:
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 cards with both preprocessing by the form to
determine the pattern validity and post processing by a bank to
confirm the actual card validity.
In these pages you may find several classes that solve both of your 
problems:

http://www.phpclasses.org/payment

http://www.phpclasses.org/credit



--

Regards,
Manuel Lemos
Free ready to use OOP components written in PHP
http://www.phpclasses.org/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: Credit Card Validation

2002-09-07 Thread Manuel Lemos

Hello,

On 09/07/2002 06:03 PM, 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 but now before accepting the 
>> information, I'd like to pass the credit card information to a 
>> function and return true or false.
>>
>> Is anyone using something like this that is simple?
> 
> 
> This class does exactly what you ask. It generates Javascript code for 
> client side validation and the class itself can validate on the server 
> side. See the sample output pages.

Oops, the class is here:

http://www.phpclasses.org/formsgeneration


-- 

Regards,
Manuel Lemos


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




[PHP] Re: Credit Card Validation

2002-09-07 Thread Manuel Lemos

Hello,

On 09/07/2002 06:03 PM, 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 but now before accepting the information, I'd like to pass the credit 
>card information to a function and return true or false.
> 
> Is anyone using something like this that is simple?

This class does exactly what you ask. It generates Javascript code for 
client side validation and the class itself can validate on the server 
side. See the sample output pages.


-- 

Regards,
Manuel Lemos


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




[PHP] Re: credit card validation

2002-04-15 Thread phplists

Check out the code section at Zend.com.. There is at least one CCVal
function there.. I think two.. I do believe hotscripts.com has some too in
their PHP section..

Later,

Bob Weaver

"Jas" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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,
> Jas
>
>



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