
How to validate email with PHP
“How to validate email with PHP” is conceptually part of a bigger problem: accurately validating web forms including emails without sacrificing good UX. I’ll blog about that some other time. This post presents and dissects PHP code to validate email. The explanations and my reasoning should allow you to adjust the code to your needs […]