|
|
|
ขอถามเกี่ยวกับโค้ดตัวนี้หน่อยครับ คือเวลาที่ คลิกหน้าถัดไป มันไม่ทำไรเลยอ่ะครับ อยากให้เวลาคลิก ให้มันแสดงข้อมูลถัดไปอ่ะครับ |
|
|
|
|
|
|
|
Code (PHP)
<?
session_start()
?>
<?
include "config.php";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>จัดการข้อมูลจังหวัด</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style>
<link href="style/style.css" rel="stylesheet" type="text/css" />
</head>
<script language="JavaScript">
function check()
{
if(document.forms.provinceForm.province.value == "")
{
alert("กรุณากรอกข้อมูลจังหวัดด้วยครับ");
return false;
}
}
</script>
<body>
<table width="1280" height="1024" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" bgcolor="#00FF00"><table width="800" height="359" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="282" valign="top" bgcolor="#FFFFFF">
<div id="cpanel">
<div id="header-bar">
<div id="header-logoff"><span class="style4">ยินดีต้อนรับคุณ</span>
<?= $_SESSION['admin_user'] ?>
<span class="style4">เข้าสู่ระบบ</span></div>
</div>
<div id="body">
<div id="center">
<div class="font-red-12" id="slogan">ระบบจัดการสำหรับผู้ดูแลระบบ</div>
<div id="cpanel">
<div style="float:left;">
<div class="icon">
<a href="manage_province.php">
<img src="pic/icon/Add.png" alt="จัดการคำไม่สุภาพ" width="48" height="48" border="0" align="middle" />
<span>จัดการข้อมูลจังหวัด</span> </a> </div>
</div>
<div style="float:left;">
<div class="icon">
<a href="manage_webboard.php">
<img src="pic/icon/Comment.png" alt="จัดการเ็ว็บบอร์้ด" width="48" height="48" border="0" align="middle" />
<span>จัดการเ็ว็บบอร์้ด</span> </a> </div>
</div>
<div style="float:left;">
<div class="icon">
<a href="manage_news.php">
<img src="pic/icon/Icon_News.png" alt="จัดการข่าวสาร" width="48" height="48" border="0" align="middle" />
<span>จัดการข่าวสาร</span> </a> </div>
</div>
<div style="float:left;">
<div class="icon">
<a href="manage_guestbook.php">
<img src="pic/icon/guestbook.png" alt="จัดการสมุดเยี่ยมชม" width="50" height="50" border="0" align="middle" />
<span>จัดการสมุดเยี่ยมชม</span> </a> </div>
</div>
<div style="float:left;">
<div class="icon">
<a href="manage_house.php">
<img src="pic/icon/icon_home.jpg" alt="จัดการบ้านพัก" width="50" height="50" border="0" align="middle" />
<span>จัดการบ้านพัก</span> </a> </div>
</div>
<div style="float:left;">
<div class="icon">
<a href="manage_promotion.php">
<img src="pic/icon/promotion.jpg" alt="จัดการโปรโมชั่นบ้านพัก" width="50" height="50" border="0" align="middle" />
<span>จัดการโปรโมชั่นบ้านพัก</span> </a> </div>
</div>
<div style="float:left;">
<div class="icon">
<a href="manage_pay.php">
<img src="pic/icon/pay.jpg" alt="จัดการสถานะการจ่ายเงิน" width="50" height="50" border="0" align="middle" />
<span>จัดการสถานะการจ่ายเงินมัดจำ</span> </a> </div>
</div>
<div style="float:left;">
<div class="icon">
<a href="manage_reserve.php">
<img src="pic/icon/reserve.gif" alt="จัดการการจอง" width="50" height="50" border="0" align="middle" />
<span>จัดการการจอง</span> </a> </div>
</div>
<div style="float:left;">
<div class="icon">
<a href="manage_user.php">
<img src="pic/icon/member.jpg" alt="จัดการสมาชิก" width="50" height="50" border="0" align="middle" />
<span>จัดการสมาชิก</span> </a> </div>
</div>
<div style="float:left;">
<div class="icon">
<a href="manage_total.php">
<img src="pic/icon/total.gif" alt="รายงานยอดแต่ละเดือน" width="50" height="50" border="0" align="middle" />
<span>รายงานยอดแต่ละเดือน</span> </a> </div>
</div>
<div style="float:left;">
<div class="icon">
<a href="admin.php">
<img src="pic/icon/admin.gif" alt="หน้าหลักแอดมิน" width="50" height="50" border="0" align="middle" />
<span>หน้าหลักแอดมิน</span> </a> </div>
</div>
<div style="float:left;">
<div class="icon">
<a href="admin_logout.php">
<img src="pic/icon/Exit.png" alt="แก้ไขค่าระบบ" width="48" height="48" border="0" align="middle" />
<span>ออกจากระบบ</span> </a> </div>
</div>
<div style="clear:both;">
<p align="left"> </p>
</div>
</div>
</div>
<div id="footer"><br>
</div>
</div></td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF"><table width="75" height="642" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="642" valign="top"><table width="800" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><br />
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="bar-header">จัดการข้อมูลจังหวัด</td>
</tr>
<tr>
<td class="font-11"><img src="images/tap.gif" width="40" height="5" /><br />
<a href="manage_province.php">เรียกดูจังหวัด</a> | <a href="manage_province.php?op=add">เพิ่มจังหวัด</a></td>
</tr>
</table></td>
</tr>
</table>
<?
function show(){
global $dbname;
?>
<table width="110%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<?
$sql = "SELECT province_id FROM province";
$Per_Page =10;
if(!$Page)
$Page=1;
$Prev_Page = $Page-1;
$Next_Page = $Page+1;
$result = mysql_db_query($dbname, $sql);
$Page_start = ($Per_Page*$Page)-$Per_Page;
$Num_Rows = mysql_num_rows($result);
if($Num_Rows<=$Per_Page)
$Num_Pages =1;
else if(($Num_Rows % $Per_Page)==0)
$Num_Pages =($Num_Rows/$Per_Page) ;
else
$Num_Pages =($Num_Rows/$Per_Page) +1;
$Num_Pages = (int)$Num_Pages;
$sql="select province_id, province_name from province order by province_id ASC LIMIT $Page_start , $Per_Page";
$result=mysql_db_query($dbname, $sql);
$Nrow=mysql_num_rows($result);
if($Nrow!=0){
?>
<br />
<table width="65%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><form id="form1" name="form1" method="post" action="">
<table width="78%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="9%" align="center" class="bar-bg2">ที่</td>
<td width="41%" align="center" class="bar-bg2">จังหวัด</td>
<td width="50%" align="center" class="bar-bg2">คำสั่ง</td>
</tr>
<tr>
<?
$i=0;
while(list($province_id, $province)=mysql_fetch_array($result)){
$i++;
?>
<td align="center" class="list5"><?=$i?></td>
<td class="list5">
<?=$province?></td>
<td class="list6"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"><img src="pic/edit3.gif" width="24" height="22" align="absbottom" /> <a href="manage_province.php?op=edit&id=<?=$province_id?>">แก้ไข</a> | <img src="pic/delete2.gif" width="24" height="22" align="absbottom" /> <a href="manage_province.php?op=delete&id=<?=$province_id?>" onClick="if(!confirm('คุณต้องการลบข้อมูลจังหวัด<?=$province?> ใช่หรือไม่?')) {return false;}">ลบ</a></td>
</tr>
</table></td>
</tr>
<?
}
?>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10%" align="right" class="font-11"> </td>
<td width="90%" align="right" class="font-11"><div align="left">พบทั้งหมด
<?= $Num_Rows?>
รายการ รวมทั้งหมด
<?=$Num_Pages?>
หน้า :
<? if($Prev_Page) echo " <a href='$PHP_SELF?Page=$Prev_Page'><< ย้อนกลับ </a>"; for($i=1; $i<$Num_Pages; $i++){if($i != $Page)echo "[<a href='$PHP_SELF?Page=$i'>$i</a>]";else echo "<b> $i </b>";}/*สร้างปุ่มเดินหน้า */if($Page!=$Num_Pages)echo "<a href ='$PHP_SELF?Page=$Next_Page'> หน้าถัดไป>></a>";?>
</div></td>
</tr>
</table>
<p> </p>
</form></td>
</tr>
</table>
<?
}else{
?>
<br />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" class="font-14 style1">ยังไม่มีข้อมูลจังหวัด</td>
</tr>
</table>
<?
}
?>
<br /></td>
</tr>
</table>
<?
}
function add(){
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><br />
<table width="37%" height="134" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="42" class="bar-bg2"> <span class="font-white-12">เพิ่มจังหวัด</span></td>
</tr>
<tr>
<td height="92" class="bar-border"><form action="manage_province.php?op=addprovince" method="post" name="provinceForm" id="provinceForm" onSubmit="return check()">
<table width="200" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="pic/tap.gif" width="40" height="3" /></td>
</tr>
</table>
<table width="94%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="30%" align="right"><span class="font-11">จังหวัด :</span> </td>
<td width="70%"><input name="province" type="text" class="font-11" id="province" size="30" /> </td>
</tr>
<tr>
<td colspan="2"><img src="pic/tap.gif" width="40" height="3" /></td>
</tr>
<tr>
<td> </td>
<td><label>
<input name="Submit" type="submit" class="font-11" value="เพิ่มจังหวัด" />
<input name="Submit2" type="reset" class="font-11" value="ยกเลิก" />
</label></td>
</tr>
</table>
</form></td>
</tr>
</table>
<br /></td>
</tr>
</table>
<?
}
function edit($id){
global $dbname;
?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><br />
<table width="36%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="bar-bg2"> <span class="font-white-12">แก้ไขจังหวัด</span></td>
</tr>
<tr>
<td class="bar-border"><form action="manage_province.php?op=editprovince&id=<?=$id?>" method="post" name="provinceForm" id="provinceForm" onSubmit="return check()">
<table width="96%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="30%"> </td>
<td width="70%"> </td>
</tr>
<tr>
<?
$sql="select province_name from province where province_id='$id' ";
$result=mysql_db_query($dbname, $sql);
$row=mysql_fetch_array($result);
?>
<td align="right"><span class="font-11">จังหวัด :</span> </td>
<td><input name="province" type="text" class="font-11" id="titlename" value="<?=$row[province_name]?>" size="20" /> </td>
</tr>
<tr>
<td colspan="2"><img src="pic/tap.gif" width="40" height="3" /></td>
</tr>
<tr>
<td> </td>
<td><input name="Submit3" type="submit" class="font-11" value="แก้ไขจังหวัด" />
<input name="Submit22" type="reset" class="font-11" value="ยกเลิก" /></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
</table>
</form></td>
</tr>
</table>
<br /></td>
</tr>
</table>
<br />
<?
}
function addprovince($province){
global $dbname;
$sql="insert into province (province_id, province_name) value (NULL, '$province');";
mysql_db_query($dbname, $sql);
?>
<meta http-equiv="Refresh" content="0; url=manage_province.php" />
<?
}
function editprovince($id, $province){
global $dbname;
$sql="update province set province_name='$province' where province_id='$id' ";
mysql_db_query($dbname, $sql);
?>
<meta http-equiv="Refresh" content="0; url=manage_province.php" />
<?
}
function delete($id){
global $dbname;
$sql="delete from province where province_id='$id' ";
mysql_db_query($dbname, $sql);
$sql1="OPTIMIZE TABLE province";
mysql_db_query($dbname, $sql1);
?>
<meta http-equiv="Refresh" content="0; url=manage_province.php" />
<?
}
switch($_REQUEST['op']){
case "add" :
add();
break;
case "addprovince" :
addprovince($province);
break;
case "edit" :
edit($id);
break;
case "editprovince" :
editprovince($id, $province);
break;
case "delete" :
delete($id);
break;
default:
show();
break;
}
?>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
คือเวลาที่ คลิกหน้าถัดไป มันไม่ทำไรเลยอ่ะครับ อยากให้เวลาคลิก ให้มันแสดงข้อมูลถัดไปอ่ะครับ
Tag : - - - -
|
|
|
|
|
|
Date :
2009-11-19 19:09:37 |
By :
motoadd |
View :
1098 |
Reply :
4 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถามสั้น ๆ ได้ใจความน่ะครับ จะมีคนช่วยตอบได้ง่ายขึ้น
|
|
|
|
|
Date :
2009-11-19 21:28:20 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
งงกับคำถามครับ ไม่เครียรครับ
|
|
|
|
|
Date :
2009-11-21 12:34:09 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คือว่าสมมติ เราอยู่ที่หน้า 1 เวลาที่คลิกที่ หน้าถัดไป มันไม่ไปหน้าสองนะครับ ไม่รู้ว่าเขียนโค้ดผิดตรงไหน
|
|
|
|
|
Date :
2009-11-21 19:41:08 |
By :
motoadd |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
งั้นต้องดูที่ sql แสดงผลและการแบ่งหน้า เอาแค่ส่วนนั้นมาก็พอ
|
|
|
|
|
Date :
2009-11-21 21:22:17 |
By :
mr.v |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|