AnalphaBestie: kleines board - query problem

Beitrag lesen

habe das problem jetzt mit hilfe des #php channels im qn gelöst.

werde nun mal das query zeigen, so wie es funzt:

$entry = mysql_query("select board.topic as topic, board.id as id, board.date as date, board.name as name, count(boardansweres.id) as antwort_zahl from board left join boardansweres on boardansweres.zu = board.id group by board.id ORDER BY id");

nochmal danke an Christian für seine mühe