//$menu = a; $section = $_GET["section"]; $topic = $_GET["topic"]; $sub = $_GET["sub"] ? $_GET["sub"] : "0"; $max = 5; //$top_section = substr($sub_section, 0, 1); ?>
$prev = $sub - 1; //echo "
上一頁
"; if ($sub == $max){ $next = 0; $topic++; }else {$next = $sub + 1;} //echo "
下一頁
"; ?>
include("footer.php"); ?>