|
|
|
อยากให้มันเก็บค่าครับ พอจะมีวิธีเก็บค่าตอนที่เรากดเปลี่ยนหน้าป่ะครับ ค่าที่เลือกอ่ะครับ |
|
|
|
|
|
|
|
ทำได้แล้วครับ แต่เป็นแบบกด button น่ะ กดเปลี่ยนหน้าไปแปลงเองน่ะครับ ส่วนตาราง tbrule ไปเพิ่ม filied score ลงไปด้วยน่ะครับ
<?php require_once('Connections/conn.php'); ?>
<?php
if(isset($_POST["ispostback"])&& $_POST["ispostback"]=="true"){
for($i=0;$i<count($_POST["choice"]);$i++){
$sql = mysql_query("SELECT * FROM tbrule WHERE R_ID='$choice[$i]'");
$query = mysql_fetch_array($sql);
$score = $query['score']+1; //บวกเพิ่มไป 1 ตามหัวข้อที่โหวด
$sql = mysql_query("UPDATE tbrule SET score='$score' WHERE R_ID='$choice[$i]'");
mysql_select_db($database_conn,$conn);
$result=mysql_query($sql,$conn);
$Deleted++;
}
if($Deleted > 0){
echo "<div align=center><b>ลบข้อมูลเรียบร้อยแ้ล้วจ้า</div>";
}
}
?>
<?php
mysql_select_db($database_conn, $conn);
$query_sql = "SELECT * FROM tbrule ORDER BY R_ID ASC";
$result = mysql_query($query_sql, $conn) or die(mysql_error());
$row_sql = mysql_fetch_assoc($result);
$totalRows_sql = mysql_num_rows($result);
?>
<?
/* ตั้งค่า แสดงผลต่อหน้า $Per_Page */
$Per_Page =1;
if(!$Page)
$Page=1;
$Prev_Page = $Page-1;
$Next_Page = $Page+1;
$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;
if(($Page>$Num_Pages) || ($Page<0))
print "<center><b>จำนวน $Page มากกว่า $Num_Pages ยังไม่มีข้อความ<b></center>";
$sql = "select * From $tbrule LIMIT $Page_start , $Per_Page";
//ส่วนแสดงผล
//$result = mysql_query($sql);
?>
<!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>Untitled Document</title>
</head>
<body>
<form action="" name="form1" id="form1" method="post" onsubmit="javascript:if(confirm('คุณแน่ใจหรือที่จะลบข้อมูลนี้')){return true}else{return false}">
<table width="100%" border="1" cellspacing="1" cellpadding="1">
<tr>
<td width="5%">ลำดับที่</td>
<td width="60%">วิธีการรักษา</td>
<td width="60%">คะแนน</td>
<td width="5%"><input name="ispostback" type="hidden" id="ispostback" value="true" />
<input type="submit" name="Submit" value="DELETE" /></td>
</tr>
<?php do{ ?>
<tr>
<td width="5%"><?php echo $row_sql["R_ID"];?></td>
<td width="60%"> <?php echo $row_sql["ASK"];?></td>
<td width="60%"> <?php echo $row_sql["score"];?></td>
<?php
$R_ID = $row_sql["R_ID"];
$ASK = $row_sql["ASK"];
$n++;
if($n==1){$check="checked";}else $check="";
?>
<td>
<?php
echo "<input type=\"checkbox\" name=\"choice[]\" value=\"$R_ID\" $check>$R_ID<BR>"; //แสดงรายระเอียดของหัวข้อที่โหวด และฝากค่า ansid
?>
<input name="score" type="hidden" id="score[]" value="<?php echo $row_sql['score']; ?>" />
</td>
</tr>
<?php } while ($row_sql = mysql_fetch_assoc($result)); ?>
</table>
<div align="center"><br>
มีจำนวน Recored ทั้งหมด
<?= $Num_Rows;?>
รวมทั้งหมด : <b>
<?=$Num_Pages;?>
</b> หน้า :
<? /* สร้างปุ่มย้อนกลับ */
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>";
?>
<br>
</body>
</html>
|
|
|
|
|
Date :
10 ก.ย. 2550 14:58:42 |
By :
กาจเก่ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากเลยครับ จะลองทำตามดูครับ
|
|
|
|
|
Date :
10 ก.ย. 2550 16:20:53 |
By :
milk |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ครับ รองดูน่ะครับ
|
|
|
|
|
Date :
11 ก.ย. 2550 11:43:30 |
By :
กาจเก่ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|