/ Published in: PHP
Expand |
Embed | Plain Text
function isValidEmail($email){ if ($result == true){ return $email; }else{ return ""; } }
You need to login to post a comment.
daipratt on 04/14/10
2 people have marked this snippet as a favorite
function isValidEmail($email){ if ($result == true){ return $email; }else{ return ""; } }
You need to login to post a comment.