/ Published in: PHP
found this somewhere online...not the author, but works like a charm
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function checkEmail($email) { return false; } else { return true; } } }