I have currently a booking website and I wish to put a form whereby the user inputs his credit card and expiry date. The card is automatically verified and once everything is fine, I want the credit card number and expiry date to be send to an Email though PHP.
I have tried several methods, most using 3rd party validations like Stripe but I am still not getting it right. Can you all suggest me how to do this?