Is there any rule for having a specified amount of @ symbol in any email id.
Just come to my mind if we\'re to check if an email id is valid or not using PHP.
To check for a valid email adress I should use the filter_var function. It will validate the string and return true or false. You don't have to think about regular expressions.