/ Published in: PHP
Expand |
Embed | Plain Text
function is_valid_email($email) { return true; else return false; }
You need to login to post a comment.
yonekawa on 11/05/06
5 people have marked this snippet as a favorite
blakeb
dmarten
demods
vali29
JimiJay
function is_valid_email($email) { return true; else return false; }
You need to login to post a comment.