Log in

View Full Version : Resolved best way to validate an email address



mcolton
06-25-2014, 11:21 AM
I have seen online way too many ways to validate an email address; javascript, php, input type=email..........etc.
What is the best way

Beverleyh
06-25-2014, 02:01 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.