firefox
header("Content-Type:text/html;charset=GB2312");
$pagesize=10;
//echo $_POST['page']; >$db=mysql_connect("localhost","root",""); //データベース接続を作成します
mysql_query("setcharacter set GB2312");
#mysql_query("set names UTF-8 " );
mysql_select_db("pagelist");
$result = mysql_query("select * FROMsheet1",$db);
$myrow = mysql_fetch_array($result); ($result);
$pages=intval($numrows/$pagesize);
if ($numrows%$pagesize)
if (isset($_POST['ページ' ])){
$page=intval($_POST['page']);
}
else{
//最初のページとして設定
$page=1; >}
$first=1;
$prev=$page-1;
$last=$pages; amount
$offset=$pagesize*($page - 1);
//指定された数のレコードを読み取ります
//$result=mysql_query("select `id` , count( * ) from ".book." GROUP BY `id` order by id desc limit $offset,$pagesize");
$result=mysql_query("select * fromsheet1 limit $offset,$pagesize");
$num = mysql_num_rows($result);
while ($row = mysql_fetch_array($result,$db)) {
$hotelname[] = $row[0]=$行[1];
$author[]=$row[3];
$isbn[]=$row[4]; $type[]=$row[5];
$smallpic[]=$row[6]
//$countpeople[] = $row[1];
エコー "
ID 番号 | 名前 | 著者 | 出版社 | ISBN番号 | ";".$hotelname[$a].") | ";".$name[$a]." TD >"; エコー " |
".$author[$a]." | ";
---|
ID编号 | 名称 | 作者 | 出版社 | ISBN号 | ";||
---|---|---|---|---|---|---|
".$hotelname[$a].") | ";".$name[$a]." | ";".$author[$a]." | ";".$publisher[$a]." | ";".$isbn[$a]." | ";".$type[$a]." | ";"; |