$_POST['email'] returns nothing
Posted: Wed Nov 26, 2003 11:10 pm
I'm posting an email field (input type 'text') from an html form to my php script.
$_POST['email'] has a str_len of 0 (and no value) when a 'normal' email with '@' is entered.
$_POST['email'] has a value when the email is enter with '\@' and then has a value of 'email\\@domain.com'.
Obviously I can't get the user to enter their email with a slash; what is a way to work around the @ and capture the email entry?
Thanks,
Charlie
$_POST['email'] has a str_len of 0 (and no value) when a 'normal' email with '@' is entered.
$_POST['email'] has a value when the email is enter with '\@' and then has a value of 'email\\@domain.com'.
Obviously I can't get the user to enter their email with a slash; what is a way to work around the @ and capture the email entry?
Thanks,
Charlie