You are here: C97net • 5.06 Email Functions
Validate an email address
function validate_email_address ($address)
This function will validate an email address.
$address = a string of email address.
Returns true if the email address is valid, false if not.
There is no comment. Why not be the first?