Welcome to the cflip.net forum!
Latest Updates:
- 5 latest threads are displayed on the homepage
Category |
Latest Thread |
';
echo '';
echo $row['cat_description'];
if ($thread) {
echo ' | ' . $thread['thread_subject'] . ' ';
echo 'by ' . $thread['user_name'] . ' | ';
} else {
$no_threads_msg = 'There are no threads in this category yet.';
echo ''. $no_threads_msg .' | ';
}
}
mysqli_stmt_close($stmt);
mysqli_free_result($result);
?>
Latest Threads |
Categories |
';
echo '';
echo 'by ' . $row['user_name'] . ' on ' . date('M d, Y', strtotime($row['thread_date'])) . ' | Posted in ' . $row['cat_name'] .' | ';
}
mysqli_free_result($result);
?>