|
|
|
ถามเรื่องการอัพเดทข้อมุลหน่อยครับ มี ตาราง 2 ตาราง |
|
|
|
|
|
|
|
ตอน update ต้อง where zone_id=ไอดีของโซนที่แก้ไข AND block_id=บล๊อกไอดีที่แก้ไข ครับ
ถ้าเผื่อไปแค่ where block_id=บล๊อกไอดีที่แก้ไข มันจะไปแก้ไขหมดทุก zone_id
การกำหนดเฉพาะเจาะจง มันจะทำให้เราไม่งง และไม่หลงอ่ะจ้า
สู้ต่อปายยย
|
|
|
|
|
Date :
2011-02-26 13:12:30 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ครับพี่ผมก็ลองดูจากตัวอย่างที่พี่เคยโพส ให้ ดูหละ ครับ พี่เว็บนี้ใจดีกันทุกครับ นับถือ ครับ
|
|
|
|
|
Date :
2011-02-26 13:32:31 |
By :
XmatinX |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมทำแบบนี้แล้วมันก็ยังเหมือนเดิมอะครับพี่ไม่รู้ว่าถูกหรือเปล่า ขอคำชี้แนะด้วยครับพี่
$sql = "update block set price='$_GET[txtprice] ,zone_name=$_GET[zone_name]' where block_id='$_GET[block_id] AND zone_id='$_GET[zone_id] ' '";
$dbsql = mysql_query($sql);
|
|
|
|
|
Date :
2011-02-26 14:08:33 |
By :
XmatinX |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลอง echo ค่าของ $_GET[block_id] และ $_GET[zone_id] ว่ามีข้อมูลหรือเปล่าครับ
|
|
|
|
|
Date :
2011-02-26 15:52:38 |
By :
deawx |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ผมลอง echo $_GET[block_id] และ $_GET[zone_name] แล้วครับ มันได้ออกมาเป็น
1A นั้นก็หมายถึงว่า block_id และ zone_name ใช่ปะครับ และที่ผมเข้าใจไม่ผิดมันติดตรง zone_name ที่มันได้ค่ามา เป็น A แต่ในตาราง block ผม แทนให้ zone A เป็น 1 มันเลย อัพเดทไม่ได้ใช่ปะครับ
ตาราง zone
zone_id zone_name
1 A
2 B
3 C
ตาราง block
block_id price status zone_id
1 200 0 1
1 200 0 2
1 200 0 3
แล้วผมต้องแก้ไขอย่างไรหรอครับพี่ๆทั้งหลาย
|
|
|
|
|
Date :
2011-02-26 19:27:54 |
By :
XmatinX |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$sql = "update block set price='$_GET[txtprice]' ,zone_name='$_GET[zone_name]' where block_id='$_GET[block_id]' AND zone_id='$_GET[zone_id]'";
|
|
|
|
|
Date :
2011-02-26 21:20:03 |
By :
PlaKriM |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันนี้เป็น ฟอร็มที่ใช่แสดง โซน และแผงเช่า อะครับ
----------------------------------------------------------------
<?
session_start();
if($_SESSION['u_status'] != "admin" and $_SESSION['u_status'] !="emp")
{
header('location:login.php');
exit();
}
//============ Start Session ????????????? Function ???????????????
require_once('../connect/config.inc.php');
//=========== ??????????????????
?>
<html>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874"/>
<meta http-equiv="Content-Type" content="text/html; charset=tis-620"/>
<link rel="stylesheet" href="../css/styles.css" type="text/css">
<style type="text/css">
<!--
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
}
-->
</style><div align="center"><br>
<table cellspacing=1 cellpadding=4 width="94%" bgcolor=#CCCCCC border=0 align="center" height="10">
<tbody>
<tr bgcolor=#e5e5e5>
<td width="100%" bgcolor="#FFFFFF"> <div align="center"></div>
<table cellspacing=1 cellpadding=4 width="100%" border=0 align="center" height="10">
<tbody>
<tr bgcolor=#e5e5e5>
<td width="35%" bgcolor="#FFFFFF"> <div align="left">ข้อมูลแผงเช่า โซน <a href="block.php?zone=A">A</a> <a href="block.php?zone=B">B</a> <a href="block.php?zone=C">C</a></div></td>
<td width="22%" align=middle bgcolor="#FFFFFF"> <div align="left">
</div></td>
<td width="43%" bgcolor="#FFFFFF"> <div align="right"><a href="index.php">หน้าแรก</a></div></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
</div>
<table width="68%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="58%"> </td>
<td width="42%"> </td>
</tr>
</table>
<table cellspacing=1 cellpadding=3 width="94%" bgcolor=#CCCCCC border=0 align="center" height="10">
<tbody>
<tr bgcolor=#e5e5e5>
<td bgcolor="#FFFFFF"><div align="center">ลำดับ</div></td>
<td bgcolor="#FFFFFF"><div align="center">Zone</div></td>
<td bgcolor="#FFFFFF"><div align="center">แผงเช่า</div></td>
<td bgcolor="#FFFFFF"><div align="center">แก้ไข</div></td>
</tr>
<?
$i=0;
//=========== ?????????????????
/* ??????? ????????????? $Per_Page */
$Per_Page =20;
if(!$Page)
$Page=1;
//=========== ???????????????????
$Prev_Page = $Page-1;
$Next_Page = $Page+1;
$result = mysql_query($sql);
$Page_start = ($Per_Page*$Page)-$Per_Page;
$Num_Rows = mysql_query($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>";
$sql2 = "select block.block_id, block.price, zone.zone_name from block inner JOIN zone on block.zone_id=zone.zone_id";
if ($_GET[zone] == "" )
{
$sql2 .= " Where zone_name='A'order by block_id";
}
else
{
$sql2 .= " Where zone_name='$_GET[zone]' order by block_id LIMIT $Page_start , $Per_Page";
}
//??????????
$query = mysql_query($sql2);
While($result= mysql_fetch_array($query)){
?>
<tr bgcolor=#e5e5e5>
<td width="26" bgcolor="#FFFFFF"><div align="center">
<?=$result["block_id"];?>
</div></td>
<td width="209" bgcolor="#FFFFFF">
<?=$result["zone_name"];?>
</td>
<td width="179" bgcolor="#FFFFFF">
<?=$result["price"];?>
</div></td>
<td width="59" bgcolor="#FFFFFF"><div align="center"><a href="updateblock.php? zone_name=<?=$result["zone_name"];?>& block_id=<?=$result["block_id"];?> "><img src="../img/edit.gif" width="16" height="16" border="0"></a></div></td>
</tr>
<?
}
?>
</tbody>
</table>
<p> </p>
<p><br>
<br>
</p>
<table width="92%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>Found :<?= $Num_Rows;?></b>
Total : <b>
<?=$Num_Pages;?>
</b>Page:
<? /*????????????????? */
if($Prev_Page)
echo " <a href='$PHP_SELF?Page=$Prev_Page'><< Back </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'> Next >> </a>";
?></font>
</td>
</tr>
</table>
|
|
|
|
|
Date :
2011-02-27 20:36:40 |
By :
XmatinX |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันนี้เป็นหน้าฟอร์มสำหรับแก้ไข อะครับ
---------------------------------------------------------
<?
session_start();
if($_SESSION['u_status'] != "admin" and $_SESSION['u_status'] !="emp")
{
header('location:login.php');
exit();
}
//============ Start Session ????????????? Function ???????????????
require_once('../connect/config.inc.php');
require_once('../connect/function.php');
if($_GET["Action"]=="Save")
{
$sql = "update block set price='$_GET[txtprice]' ,zone_name='$_GET[zone_name]' where block_id='$_GET[block_id]' AND zone_id='$_GET[zone_id]' '";
$dbsql = mysql_query($sql);
if($dbsql)
{
?>
<script language='JavaScript'>
alert('บันทึกข้อมูลเรียบร้อยแล้วครับ');
window.location='block.php';
</script>
<?
}
}
?>
<!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=windows-874">
<title>Untitled Document</title>
<? //=========== ????????????????????
$result=select("block","where 1=1 and block_id='".$_GET["block_id"]."'");
if(!$result)
{
header("location:index.php");
}
?>
</head>
<body>
<table width="286" align="center"><form id="form1" name="form1" method="get" action="updateblock.php?block_id<?=$result["block_id"];?>">
<tr>
<td colspan="2">Zone</td>
<td colspan="3"><?=$_GET["zone_name"];?>
<input name="zone_name" type="hidden" value="<?=$_GET["zone_name"];?>" /> </tr>
<tr>
<td colspan="2">Block</td>
<td colspan="3"><?=$result["block_id"];?>
<input name="block_id" type="hidden" value="<?=$result["block_id"];?>" /> </td>
</tr>
<tr>
<td colspan="2">ราคา</td>
<td colspan="3">
<label>
<input name="txtprice" type="text" id="txtprice" value="<?=$result["price"];?>" />
</label> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td>
<label>
<input type="submit" name="button" id="button" value="แก้ไข" />
</label>
<input name="Action" type="hidden" value="Save" />
</form></td>
</table>
</body>
</html>
|
|
|
|
|
Date :
2011-02-27 20:38:31 |
By :
XmatinX |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|