/ Published in: PHP

found this somewhere online...not the author, but works like a charm
Expand |
Embed | Plain Text
function checkEmail($email) { return false; } else { return true; } } }
You need to login to post a comment.
found this somewhere online...not the author, but works like a charm
function checkEmail($email) { return false; } else { return true; } } }
You need to login to post a comment.