include("dbconnect.php") ?> //get section text $qry_section_text = "SELECT name, abstract FROM tbl_sections WHERE section_id = 6"; $qry_section = mysql_query($qry_section_text); if (!$qry_section) { die('Invalid query: ' . mysql_error()); } ?> include("layout_start.php") ?> //check to see if you're logged in if (isset($_COOKIE["user"])) { //display the link to the admin tools echo'