Ad esempio puoi fare
Codice PHP:
$stringa_di_numeri "";
for(
$i=0;$i<6;$i++)
    
$stringa_di_numeri .= rand(0,9);