I have seen online way too many ways to validate an email address; javascript, php, input type=email..........etc.
What is the best way
I have seen online way too many ways to validate an email address; javascript, php, input type=email..........etc.
What is the best way
Last edited by mcolton; 06-25-2014 at 03:23 PM.
You should always perform server-side validation, so a server-side language such as PHP should do the final check, although you can offer more visual/immediate client-side feedback on the actual web page using JavaScript.
Focus on Function Web Design
Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps
mcolton (06-25-2014)
Bookmarks