se è tutte le matricole:

$sql=mysql_query("SELECT matricola FROM tabella",$connessione);

while($fetch=mysql_fetch_array($sql)) {

echo $fetch['matricola']\n;


}

Ciao ^^

Alberto