Ich habe eine Tabelle, dort wird automatisch eine ID gespeichert.
wie muss ich es machen, das die höchste Zahl am anfgang steht?
DANKE im Voraus
Code:
mysql_select_db($db); $select = mysql_query("SELECT * FROM rm_news"); while( $arr = mysql_fetch_array($select) ){ echo "$arr[id]<br>"; }
DANKE im Voraus
Kommentar