MOBILE NUMBER VALIDATOR
Moderator: General Moderators
MOBILE NUMBER VALIDATOR
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
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: MOBILE NUMBER VALIDATOR
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.
If you search for something like "preg_match mobile number validate" you will probably find code you can use.
(#10850)