/ Published in: PHP
I think this is php 5 only
Expand |
Embed | Plain Text
Comments
Subscribe to comments
You need to login to post a comment.
jfherring on 01/04/09
3 people have marked this snippet as a favorite
I think this is php 5 only
Subscribe to comments
You need to login to post a comment.
function validEmail($emailAddress) { return (bool) filtervar($emailAddress, FILTERVALIDATE_EMAIL); }