I have a simple online product that I'm selling. I need a credit card order form.
I'm looking for a sample php based order form. A form that collects name, address, credit card, exp date, and cvv and validates that the fields (for example checks that the credit card number is in the correct format). Forget the payment gateway integration I just need the the form and validation.
Does anyone know of such a resource?