Mailinglisten-Archive |
Moin Bernd Schulz, moin Liste, BS> wie bekomme ich die einträge, in denen ein link im feld homepage steht zuerst raus. Dat Handbuch gibt Bescheid: "To sort in reverse order, add the DESC (descending) keyword to the name of the column in the ORDER BY clause that you are sorting by. The default is ascending order; this may be specified explicitly using the ASC keyword." [ http://web.mysql.com/Manual_chapter/manual_Reference.html#SELECT ] also $result = mysql_query ( "select * from gast where kategorie = '$kategorie' and ort='$ort' order by homepage DESC" ); -- Stefan Schwardt.
php::bar PHP Wiki - Listenarchive