Ver Mensaje Individual
  #4 (permalink)  
Antiguo 30/07/2003, 03:59
Avatar de DINASEN
DINASEN
 
Fecha de Ingreso: marzo-2003
Mensajes: 997
Antigüedad: 21 años, 1 mes
Puntos: 1
bueno aqui te dejo otro

Código PHP:
    $con "BCDFGHJKLMNÑPQRSTVWXYZ";
    
$voc "AEIOU";
    
$num ="1234567890";
    for (
$x=0$x 6$x++) {
    
$con[$x] = substr($conmt_rand(0strlen($con)-1), 1);
    
$voc[$x] = substr($vocmt_rand(0strlen($voc)-1), 1);
        
$num[$x] = substr($nummt_rand(0strlen($num)-1), 1);
    }
    
$pass $con[0] . $num[0] .$voc[0] . $num[0] . $num[0] . $voc[0] ;
    echo 
$pass
Un Saludo