Posts Tagged “Email”
Email validation with filter_var
by admin on juli 26, 2011
When having a website that allows user-registration it’s good to check that the user data inputed is valid. A lot of people use RegExp to check if an email is valid. This is generally not the best way to do (…)