uso questa istruzione per ordinare la tabella jwoc_news, ma poi non ho capito se la tabella viene riscritta effettivamente nel database o no..Codice PHP:
$istruzione = "SELECT * FROM jwoc_news ORDER BY r_id ASC";
$risultato = mysql_query($istruzione)
or die("Errore 2: impossibile ordinare il database delle news[/b]");
da me non succede niente![]()