codeigniter form validation with phone numbers
Posted
by Kevin Brown
on Stack Overflow
See other posts from Stack Overflow
or by Kevin Brown
Published on 2009-12-20T22:48:22Z
Indexed on
2010/06/03
14:34 UTC
Read the original article
Hit count: 324
codeigniter
|phone
What's a good way to validate phone numbers being input in codeigniter?
It's my first time writing an app, and I don't really understand regex at all...
Is it easier to have three input fields for the phone number?
Recommendations and explanations are welcome! Thanks!
© Stack Overflow or respective owner