$result = mysql_query('SELECT * FROM News ORDER BY Id DESC', $db_conn);
// Scansione di tutte le righe
for ($i = 0; $i < mysql_num_rows($result); $i++) {
// Sposto ogni riga di risultato su un vettore temporaneo e stampo a video
$arr_temp = mysql_fetch_array($result);
if ($i != 0)
echo " \n";
echo "