include '/home/mmaaaco/public_html/wdm3304materials/wdm3304week11/connect.php';
//include '/home/mmaaaco/public_html/wdm3304materials/wdm3304week10/membership/protect.php';
//must protect & connect.php
?>
Untitled Document
include 'search.php';
$sql = $dbh->prepare("select topicid,topicname from 3304_topics order by dateposted desc");
$sql->execute();
?>
//add search functionality
//display topics with topicid as a link or dropdown...we need a method for the user to select the latest topics!
?>