Phone number validation in PHP
Posted
by newbie
on Stack Overflow
See other posts from Stack Overflow
or by newbie
Published on 2010-05-19T05:19:54Z
Indexed on
2010/05/19
5:30 UTC
Read the original article
Hit count: 139
I need to validate phone number in PHP. I have made following regex, but I also need to it to accept numbers starting with plus char, how can I do that?
^[0-9]$
© Stack Overflow or respective owner