Category | Latest Thread | ';
echo '' . $row['cat_name'] . ''; 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 '' . $row['thread_subject'] . ''; echo 'by ' . $row['user_name'] . ' on ' . date('M d, Y', strtotime($row['thread_date'])) . ' | Posted in ' . $row['cat_name'] .' | '; } mysqli_free_result($result); ?>
---|