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

gepost door , '>


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