/ 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.
lmcdougall on 09/13/07
8 people have marked this snippet as a favorite
luman
bartekk
gedittest
vali29
hudge
Abe
stancell
alberfp
function is_valid_email($email) { return true; else return false; }
You need to login to post a comment.