=0;$a--){ $line[]=$lines[$a]; } ?>
=($num-$page)&&$i<$num){ # 先用list將sub.dat中的檔案分配好,在將檔案用explode()函數來分割 list($kind,$date,$title,$url,$isbn,$pday,$updname,$author,$pub,$pn,$now,$hidden,$note)=explode("∥",$line[$i]); $id=$count-$i; # 去除php中的斜線衝碼 $url=stripslashes($url); $isbn=stripslashes($isbn); $pday=stripslashes($pday); $title=stripslashes($title); $kind=stripslashes($kind); $author=stripslashes($author); $pub=stripslashes($pub); $pn=stripslashes($pn); $now=stripslashes($now); $note=stripslashes($note); # 顯示列串 if($note): ?> "; echo ""; ?>

EZ-En 英文學習單

課程

Warning: Undefined variable $id in /home/unit/ES__/earth/public_html/es-news/ezen/sub.php on line 76

Warning: Undefined variable $title in /home/unit/ES__/earth/public_html/es-news/ezen/sub.php on line 77
-
Warning: Undefined variable $date in /home/unit/ES__/earth/public_html/es-news/ezen/sub.php on line 77
"; echo ""; $all = $count; $c_page = $all/$sub_num; echo "共 ".$all." 張||每頁 ".$sub_num." 張|| "; if($_GET['page'] == "") { $now = 1; }else{ $now = $_GET['page']; } if(($_GET['page']-$now) > 5) { $head = $_GET['page'] - 5; $last = $c_page - 5; } for($i=(1+$head); $i<=(($c_page-$last)+1); $i++) { if(!(($i - $now)>5 || ($now - $i)>5)) { if($i == $now) { echo " [".$i."]"; }else{ echo " [".$i."] "; } } } echo "
學習單管理
EZ-En 英文學習單 版權所有