ChrisVersion2
01-16-2008, 06:04 PM
I have a form located here https://www.lgw.com/dev/sampleformcard.htm
and I'd like to stop people from submitting the form if there credit card starts with several different combination of 4 numbers.
The list is very long (almost 300 different combo) and I was looking for suggestions on how I could accomplish this.
My first thought was it break up the one field into 4 fields, (like the four groups of numbers on your credit card) and just run the filter on the first field.
what programming language would I use? maybe PHP and run it against a CSV file?
Any direction would be helpful.
Regards,
Chris
and I'd like to stop people from submitting the form if there credit card starts with several different combination of 4 numbers.
The list is very long (almost 300 different combo) and I was looking for suggestions on how I could accomplish this.
My first thought was it break up the one field into 4 fields, (like the four groups of numbers on your credit card) and just run the filter on the first field.
what programming language would I use? maybe PHP and run it against a CSV file?
Any direction would be helpful.
Regards,
Chris