PHP-based user input validation for emails, passwords, etc.
This follows basic requirement for emails and passwords, and eliminates risk of using impossible or impractical emails and passwords. Emails must have no more (or less) than one at symbol, and at least one period. Emails also need an "@" symbol, which must be
WIP