Salve a tutti ho questo problema
Immaginiamo di essere connessi ad un db mysql e di lanciare questa query
$dati = mysql_query("select * from chat WHERE privato = '0' order by id DESC LIMIT 0,13");
while($array=mysql_fetch_array($dati)){
//DATI STAMPATI
}
Come è possibile invertire l'ordine dei dati stampati nel while?

Rispondi quotando
: