$threads = mysql_query("SELECT DISTINCT t.id, t.title
FROM threads t LEFT JOIN comments c ON t.id = c.parentID
ORDER BY c.date DESC");
while ($thread = mysql_fetch_assoc($threads)) {
echo "<li><a href=\"?threadID=$thread[id]\">".htmlspecialchars($thread['title'])."</a></li>\n";
}
Herkes bu kodda bir sorun görebilirsiniz? I want it gibi alışkanlık iş. Ben üstüne son olarak yorumladı iplik istiyorum, ve bir sonraki son vs
echo $ thread [parentID] şey yankıları
comments:
id, comment, parentID, date