numéro unique

Répondre
romeofi05
le 17/12/2003 à 14:59
romeofi05
Bonjour,

Quelqu'un aurait un bout de code pour créer un numéro de 20 caractères unique à chaque fois ??? Du style ahe3j45qsd445amslcp9

svp ???
Merci !
I say the hip, the hop, the hippy to the hip-hop, till you don't stop
romeofi05
le 17/12/2003 à 15:14
romeofi05
c bon j'ai trouvé... pff il me manquait que la motivation :

<?
$code="";
$taille = 20;
$char = "abcdefghijklmnopqrstuvwxyz0123456789";

for ($i=0;$i<$taille;$i++)
{
$var = rand(0,35);
$code.=$char[$var];
}

echo $code;

?>
I say the hip, the hop, the hippy to the hip-hop, till you don't stop
Répondre

Ecrire un message

Votre message vient d'être créé avec succès.
LoadingChargement en cours