Likes Received By dewolfe001
-
ViciousSummer liked dewolfe001's post in the thread Need help with php mail extract.
function extract_emails_from($string){ preg_match_all("/[\._a-zA-Z0-9-]+@[\._a-zA-Z0-9-]+/i", $string, $matches); return...
Sep 22, 2006