E-mail Validation with PHP
Editor's Pick in Web Programming, April 2005
When you register on at a website, the site normally checks if the e-mail address that you enter is in a valid format. This is done by using what called a Regular Expression. What we need to do is check if a string (eg $email) match...