fetch(PDO::FETCH_ASSOC); if (isset($_GET["search"])) { $search = test_input($_GET["search"]); } if (isset($_GET["pagetype"])) { $pagetype = test_input($_GET["pagetype"]); } if (isset($_GET["status"])) { $status = $_GET["status"]; } if (isset($_GET["groupstatus"])) { $groupstatus = $_GET["groupstatus"]; } ?>