Hallo Michael,
wie ging das nochmal nummern absteigend zu sortieren
nicht
$result = mysql_query("SELECT * FROM $table order by nr");
sondern?
Hä?
Was ist an
$result = mysql_query("SELECT * FROM $table order by nr DESC");
nicht gut? ^^^^
RTFM ;-)
http://www.mysql.com/doc/en/SELECT.html
mfg
Thomas