PHP 切換下一頁問題 所查詢資料無法顯示 |
缺席
|
tzuhsun
一般會員 發表:7 回覆:8 積分:3 註冊:2007-03-25 發送簡訊給我 |
以下是小弟寫的程式碼
在第一頁顯示正常 可是切換下一頁的時候就會沒資料了! [code php] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html><br /><head><br /><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><br /><title>無標題文件</title><br /><style type="text/css"><br /><!-- body { background-color: #F0F0F0; } .style6 {color: #0033CC; font-weight: bold; } .style7 {color: #669900} --> </style><br /></head><br /> <body><br /> <!-- function CreateWindow(url){ msgWindow=window.open(url,"displayWindow","toolbar=no,width=600, height=400, directories=no, status=no, scrollbars=yes, resize=no, menubar=no"); } //--> <?php if(!empty($_POST['Graduate']) or !empty($_POST['Class']) or !empty($_POST['SchSys'])) { include_once( "cmnFunc.inc" ); $link = toConnectDB(); $Graduate = $_POST['Graduate']; $Class = $_POST['Class']; $SchSys = $_POST['SchSys']; $sql = "select * from account where Class like '%$Class%' and Graduate like '%$Graduate%' and SchSys like '%$SchSys%' ;"; $result = mysql_query($sql,$link); if (mysql_num_rows($result) ==0) { ?>
<?php }//end if else { ?>
<form name="form1" method="post" action="1.php"><br /> <input type="submit" name="Submit" value="返回"><br /> </form><br /> <form name="form1" method="GET" action="A2.php"><br /> <?php if ($page<>1) { echo "第一頁 "; echo "上一頁 "; } if ($page<>$last) { echo "下一頁 "; echo "最後一頁 "; } ?> 頁次:<?php echo $page;?>/<?php echo $last;?> </form><br /> <?php } } ?> </body><br /></html><br />[/code] |
本站聲明 |
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。 2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。 3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇! |