PHP email address validation question

Project

New Member
I was wondering how can I just check if an \[code\]@\[/code\] sign has been included when an email address is entered into the input box? I'm using PHP.Here is my php code.\[code\]if (isset($_POST['email']) && strlen($_POST['email']) <= 255)\[/code\]
 
Back
Top