Hi,
I've been playing with ' if(!filter_var( $email, FILTER_VALIDATE _EMAIL))
'
on my server and it seems to be working 100%. Pretty handy.
Any ideas where I could find a summary of the e-mail formats the filter
checks?
So far it's evading me. The Manual and w3schools just send me in
circles, and Google has been even less help so far. I'd probably be
happy if I could even find an RFC it was written against.
TIA,
Twayne
I've been playing with ' if(!filter_var( $email, FILTER_VALIDATE _EMAIL))
'
on my server and it seems to be working 100%. Pretty handy.
Any ideas where I could find a summary of the e-mail formats the filter
checks?
So far it's evading me. The Manual and w3schools just send me in
circles, and Google has been even less help so far. I'd probably be
happy if I could even find an RFC it was written against.
TIA,
Twayne
Comment