how to know credit card |
Hallo everyone
i just wanted to know that if user input his credit card details then how can i check it's master card, visa card or etc. Help me.. Thanks Nady
Please stop posting the same thread in different sections of the forums; I've deleted 4 duplicates from you since yesterday.
One of the easiest ways to figure that out is to use this https://github.com/stripe/jquery.payment. On the page as the card is being entered you can store the card type to a field.
If you want to do it in PHP there are many ways it can be done. Read over this post http://stackoverflow.com/questions/72768...-on-number. Good luck.
Mastercard number starts with 5.
Visa starts with 4. Discover starts with 6. AMEX starts with 3. (12-12-2015, 03:45 AM)nady Wrote: Hallo everyone PHP Code: <?php What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
|
Welcome Guest, Not a member yet? Register Sign In |