get_from_database($_GET['id'], $dbc); } ?> <?php echo $current->name; ?> - cflip.net forum

name; ?>

description; ?>

thread_count . ' threads, ' . $current->post_count . ' posts'; ?>

Threads

get_threads($dbc); foreach ($threads as $thread) { echo ''; echo ''; echo ''; echo ''; } ?>
Thread Name Latest Post
' . $thread->subject . '
'; echo 'by ' . $thread->author->name . ' on ' . date('M d, Y', strtotime($thread->date_created)) . '
' . date('M d, Y', strtotime($thread->date_lastpost)) . '