ma un utente privato ha la possibilita di scaricare l'affitto? grazzie
C
ciccio
@ciccio
0
Reputazione
2
Post
0
Visite al profilo
0
Da chi è seguito
0
Chi segue
User Newbie
Post creati da ciccio
-
affitto
-
help php....
Ciao a tutti, sono un novellino con il php e ho fatto uno script per il controllo delle e.mail ma nn mi funziona la regex che uso con ereg...nessuno sa darmi una mano??
$from = $_POST["emailsender"];
if(ereg("^[-a-z0-9][-a-z.0-9]*[^.]@[a-z]+.[a-z][a-z][a-z]?[a-z]?$",$from))
{
$mailsent = mail($to, $subject, $message, $headers);
if ($mailsent)
{ echo "Congratulation! The following message has been sent:";
} else {echo "There was an error...";}
}else { echo "The E-MAIL must be in the canonical form ([email protected]) and must be in LOWER CASE. GO back and re-type the E-MAIL
";solo che se inserisco la e-mail [email][email protected][/email] mi da in outpu l'else...
nessuno puo aiutrami??