codeigniter form validation with phone numbers
- by Kevin Brown
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!