$num=""; $taille = 1; $chiffres = "1234"; srand(time()); for ($i=0;$i<$taille;$i++) { $num.=substr($chiffres,(rand()%(strlen($chiffres))),1); } ?>