fetch(PDO::FETCH_ASSOC); $fullname = $post['fname'] . " " . $post['lname'] . " (" . $post['username'] . ")"; echo "

" . $post['title'] . "

gepost door $fullname, " . nicetime($post['creationdate']) . "
" ?>


fetch(PDO::FETCH_ASSOC)) { $commentauthor = $comment['fname'] . " " . $comment['lname'] . " (" . $comment['username'] . ")"; $commentdate = $comment['creationdate']; $commentnicetime = nicetime($commentdate); $commentcontent = $comment['content']; echo("
$commentauthor $commentnicetime
$commentcontent
"); } ?>