I won’t even pretend for a second that I know what I am working with here. I am anything but a programmer. So this Mail file is restricting hyphens, numbers and underscores and wond validate to send off.
I’m thinking that:
[noparse] if (!eregi("^[_.0-9a-z-]+@([0-9a-z][0-9a-z-]+.)+[a-z]{2,6}$", $email))
print_error(“your <b>email address</b> is invalid”);[/noparse]
Are the lines I’m looking to edit. I just have no idea how to edit that to allow, Hyphens, underscores and numbers.
Any Help?
Thanks