Page 1 of 1

MOBILE NUMBER VALIDATOR

Posted: Wed Jun 21, 2017 10:21 am
by tenkodoy
I am to create a php form which accepts certain kinda of mobile numbers. It should tell you when the mobile number is wrong. I am a newbie in programming so I need help

Re: MOBILE NUMBER VALIDATOR

Posted: Wed Jun 21, 2017 10:50 am
by Christopher
Learn about regular expressions: http://php.net/manual/en/function.preg-match.php

If you search for something like "preg_match mobile number validate" you will probably find code you can use.