prova modificando cosi:
codice:$variabile1= mysql_query("SELECT *, date_format(campo_tabella, '%d-%m-%Y %H:%i:%s') AS variabile2 FROM tabella ORDER BY campo_tabella DESC"); $variabile1 = mysql_fetch_array($variabile1); echo $variabile1[variabile2];