Codice PHP:
$numeri range(1,90);
shuffle($numeri);
$estratti array_slice($numeri,0,5);
echo 
'<pre>';
print_r($estratti);
echo 
'</pre>'