(To click on comment, use the “Recent comments” box in the left sidebar)
Comment Story Commenter
(left column) (middle column) (right column)
$result = db_query('SELECT c.subject, c.timestamp, n.title, u.name, u.uid, n.nid FROM comments AS c
INNER JOIN users AS u ON c.uid = u.uid
INNER JOIN node AS n ON c.nid = n.nid
ORDER BY c.timestamp DESC LIMIT 200');
print "n
| {$r['timestamp']} | {$r['subject']} | {$r['title']} | {$r['name']} |
n”;
?>



Recent Comments