Discussion in 'PHP' started by kalaid, Oct 17, 2007.
Hi, I want to validate an email id. Is it possible to validate an e-mail in php?
Yup.
All you need to check is The string has @ alphanumeric before @ Domain after @
Separate names with a comma.