Hello All,
I'm looking for a way to validate an email input ($email). Preferably like this -
I need it to validate all valid emails (I believe emails can have % signs in them and so on)Code:if(!validemail) {
echo 'Please enter a valid email<br />';
$check = 'false';
}
Thanks, Keyboard1333

