Hi,
also meine in meiner Foren-DB stehen folgende 2 Felder:
topic_postdate (Eröffnung eines Topics)
topic_last_update (Letztes Update)
Ich möchte jetzt die neusten Topics anzeigen. Doch bei manchen ist das Feld topic_last_update leer. Bei denen, wo topic_last_update leer ist, soll das Script topic_postdate zur Sortierung nehmen.
Ich habe jetzt
$db_lastthreads = query("SELECT * FROM board2_topics WHERE topic_closed='0' ORDER BY topic_postdate DESC,topic_last_update DESC LIMIT 10");
aber er sortiert nur nach topic_postdate
also meine in meiner Foren-DB stehen folgende 2 Felder:
topic_postdate (Eröffnung eines Topics)
topic_last_update (Letztes Update)
Ich möchte jetzt die neusten Topics anzeigen. Doch bei manchen ist das Feld topic_last_update leer. Bei denen, wo topic_last_update leer ist, soll das Script topic_postdate zur Sortierung nehmen.
Ich habe jetzt
$db_lastthreads = query("SELECT * FROM board2_topics WHERE topic_closed='0' ORDER BY topic_postdate DESC,topic_last_update DESC LIMIT 10");
aber er sortiert nur nach topic_postdate
Logge dich ein um einen Beitrag zu schreiben.