L'OutPut è 1 come mai?Codice PHP:
//Input
$email = "sito@sito.com"
$email = eregi("^[_a-z0-9+-]+(\.[_a-z0-9+-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)+$", $email);
//OutPut
echo $email;
L'OutPut è 1 come mai?Codice PHP:
//Input
$email = "sito@sito.com"
$email = eregi("^[_a-z0-9+-]+(\.[_a-z0-9+-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)+$", $email);
//OutPut
echo $email;