Trying to allow for the hypen and the period in email addresses
My expression is kicking them out
if (!eregi('^[a-z0-9_\-\\.\]+@[a-z0-9_\-\]+\.[a-z]{2,4}$', $field))
What am I missing here?
kevin
eregi
Moderator: General Moderators
My BAD getting punchy here
I solved the problem
sorry for wasting your time
Kevin
sorry for wasting your time
Kevin