Hi guys
I have a working php script that involves entering an eleven digit integer in a HTML form. The script works fine except when something else but an 11 digit integer is entered and then it goes haywire! What is the simplest way to check the form data and return an error message if the form data isn’t in the correct format (ie. an 11 digit integer)?
Any help would be greatly appreciated.
Simon