Welcome to the cflip.net forum!

Latest Updates:
'; } else { $no_threads_msg = 'There are no threads in this category yet.'; echo ''; } } mysqli_stmt_close($stmt); mysqli_free_result($result); ?>
Category Latest Thread
'; echo '

' . $row['cat_name'] . '

'; echo $row['cat_description']; if ($thread) { echo '
' . $thread['thread_subject'] . '
'; echo 'by ' . $thread['user_name'] . '
'. $no_threads_msg .'
'; } mysqli_free_result($result); ?>
Latest Threads Categories
'; echo '

' . $row['thread_subject'] . '

'; echo 'by ' . $row['user_name'] . ' on ' . date('M d, Y', strtotime($row['thread_date'])) . '
Posted in ' . $row['cat_name'] .'