ช่วยด้วยครับแก้ไขข้อมูล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>
<title></title>
<style type="text/css">
<!--
.style16 {
font-weight: bold;
font-size: small;
}
body {
background-image: url(../../pic1/bg1.jpg);
}
.style25 {font-size: x-small}
.style27 {
font-size: small;
font-family: Tahoma;
}
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" /></head>
<body>
<p>
<?
$objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database");
$objDB = mysql_select_db("st");
$strSQL = "SELECT * FROM hyi_gsr02 ";
$strSQL .=" order by Module ASC ";
$objQuery = mysql_query($strSQL) or die ("Error Query [".$strSQL."]");
?>
</p>
<h4 align="center"><span class="style1 style6"><strong>รายงานสถานะการใช้งาน PORT ที่เชื่อมต่ออุปกรณ์ Router</strong></span> </h4>
<table border="1" align="center" bordercolor="#000000">
<tr bgcolor="#FF6600">
<td> <div align="center" class="style5 style6 style7 style8 style16">
<div align="center">Module</div>
</div></td>
<td> <div align="center" class="style5 style6 style7 style9 style16">
<div align="center">Name </div>
</div></td>
<td> <div align="center" class="style5 style6 style7 style10 style16">
<div align="center">จำนวนPORT</div>
</div></td>
<td> <div align="center" class="style5 style6 style7 style11 style16">
<div align="center">พอร์ตที่ใช้งาน </div>
</div></td>
<td> <div align="center" class="style5 style6 style7 style12 style16">
<div align="center">ต่อไปที่ </div>
</div></td>
<td> <div align="center" class="style5 style6 style7 style13 style16">
<div align="center">CirID</div>
</div></td>
<td> <div align="center" class="style5 style6 style7 style14 style16">
<div align="center">Ip Address </div>
</div></td>
<td> <div align="center" class="style5 style6 style7 style15 style16">
<div align="center">Edit </div>
</div></td>
<td> <div align="center" class="style5 style6 style7 style16">
<div align="center">Delete </div>
</div></td>
</tr>
<?
while($objResult = mysql_fetch_array($objQuery))
{
if($bg == "#B6E9FC") { //ส่วนของการ สลับสี
$bg = "#FFFFFF";
} else {
$bg = "#B6E9FC";
}
?>
<tr bgcolor="<?=$bg?>">
<td nowrap="nowrap"><div align="center" class="style5 style6 style7 style25">
<div align="center"><font color="#663333">
<?=$objResult["Module"];?>
</font></div>
</div></td>
<td><div align="center" class="style5 style6 style7 style25">
<div align="center"><font color="#663333">
<?=$objResult["Name"];?>
</font></div>
</div></td>
<td><div align="center" class="style5 style6 style7 style25">
<div align="center"><font color="#663333">
<?=$objResult["Number_of_port"];?>
</font></div>
</div></td>
<td><div align="center" class="style5 style6 style7 style25">
<div align="center"><font color="#663333">
<?=$objResult["Port_of_use"];?>
</font></div>
</div></td>
<td><div align="center" class="style5 style6 style7 style25">
<div align="center"><font color="#663333">
<?=$objResult["Link_to"];?>
</font></div>
</div></td>
<td><div align="center" class="style5 style6 style7 style25">
<div align="center"><font color="#663333">
<?=$objResult["CirID"];?>
</font></div>
</div></td>
<td><div align="center" class="style5 style6 style7 style25">
<div align="center"><font color="#663333">
<?=$objResult["Ip_Address"];?>
</font></div>
</div></td>
<td><div align="center" class="style5 style6 style7 style25">
<div align="center"><font color="#663333"><a href="EditRecordForm.php?m=<?=$objResult["Module"];?>"><img src="../../pic/edit.png" alt="แก้ไข" width="27" height="27" border="0" align="middle" /></a></font></font></div>
</div></td>
<td><div align="center" class="style5 style6 style7 style25">
<div align="center"><font color="#663333"><a href="DeleteRecord.php?m=<?=$objResult["Module"];?>"><img src="../../pic/delete.png" alt="ลบ" width="27" height="27" border="0" align="middle" /></a></font></div>
</div></td>
</tr>
<?
}
?>
</table>
<center>
<p><a href="AddForm.php" class="style27"><img src="../../pic/add.png" alt="add" width="26" height="27" border="0" />เพิ่มข้อมูลใหม่</a></p>
</center>
<?
mysql_close($objConnect);
?>
</body>
</html>
ส่วนนี้เปนฟอร์มแก้ไข
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874"><style type="text/css">
<!--
body {
background-image: url(../../pic1/bg1.jpg);
}
-->
</style></head>
<body>
<H3 align="center"><CENTER><IMG SRC="../../image/icon_edit.gif" WIDTH="59" HEIGHT="18" BORDER="0" ALT=""> กรอกข้อมูลที่จะแก้ไข</H3>
<form action="EditRecordSave.php?m=<?=$_GET["m"];?>" name="frmEdit" method="post">
<?
$objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database");
$objDB = mysql_select_db("st");
$strSQL = "SELECT * FROM hyi_gsr02 WHERE Module = '".$_GET["m"]."' ";
$objQuery = mysql_query($strSQL);
$objResult = mysql_fetch_array($objQuery);
if(!$objResult)
{
echo "Not found Module=".$_GET["m"];
}
else
?>
<table width="767" border="1" align= center bordercolor="#000000">
<tr>
<th width="134" bgcolor="#66CCFF" scope="row"><font color="#FFFFFF">Module</th>
<td width="617"><textarea name="Module" cols="100"id="Module"><?=$objResult["Module"];?>
</textarea></td>
</tr>
<tr>
<th scope="row" bgcolor="#66CCFF"><font color="#FFFFFF">Name</th>
<td><textarea name="Name" cols="100"id="Name"><?=$objResult["Name"];?>
</textarea></td>
</tr>
<tr>
<th scope="row" bgcolor="#66CCFF"><font color="#FFFFFF">จำนวนPort</th>
<td><textarea name="จำนวนพอร์ต" cols="100" id="จำนวนพอร์ต"><?=$objResult["Number_of_port"];?>
</textarea></td>
</tr>
<tr>
<th scope="row" bgcolor="#66CCFF"><font color="#FFFFFF">พอร์ตที่ใช้งาน</th>
<td><textarea name="พอร์ตที่ใช้งาน" cols="100" rows="3" id="พอร์ตที่ใช้งาน"><?=$objResult["Port_of_use"];?>
</textarea></td>
</tr>
<tr>
<th scope="row" bgcolor="#66CCFF"><font color="#FFFFFF">ต่อไปที่่</th>
<td><textarea name="ต่อไปที่" cols="100" rows="3" id="ต่อไปที่่"><?=$objResult["Link_to"];?>
</textarea></td>
</tr>
<tr>
<th scope="row" bgcolor="#66CCFF"><font color="#FFFFFF">CirID</th>
<td><textarea name="CirID" cols="100" rows="3" id="CirID"><?=$objResult["CirID"];?>
</textarea></td>
</tr>
<tr>
<th scope="row" bgcolor="#66CCFF"><font color="#FFFFFF">Ip Address</th>
<td><textarea name="Ip_Address" cols="100" rows="3" id="Ip_Address"><?=$objResult["Ip_Address"];?>
</textarea></td>
</tr>
</table>
<p><CENTER><input type="submit" name="submit" value="submit"> <input name="reset" type="reset" value="reset"></CENTER></p>
</form>
<?
mysql_close($objConnect);
?>
</body>
</html>
สวนนี้เปนโค้ดอัพเดทค่า
<html>
<head>
<title></title>
</head>
<body>
<?
$objConnect = mysql_connect("localhost","root","1234") or die("Error Connect to Database");
$objDB = mysql_select_db("st");
$strSQL ="UPDATE hyi_gsr02 SET ";
$strSQL .="Module = '".$_POST["Module"]."' ";
$strSQL .=",Name = '".$_POST["Name"]."' ";
$strSQL .=",Number_of_port = '".$_POST["จำนวนพอร์ต"]."' ";
$strSQL .=",Port_of_use = '".$_POST["พอร์ตที่ใช้งาน"]."' ";
$strSQL .=",Link_to = '".$_POST["ต่อไปที่"]."' ";
$strSQL .=",CirID = '".$_POST["CirID"]."' ";
$strSQL .=",Ip_Address = '".$_POST["Ip_Address"]."' ";
$strSQL .=" WHERE Module = '".$_GET["m"]."' ";
$objQuery = mysql_query($strSQL);
if($objQuery)
{
echo "Save Done [".$strSQL."]";
}
else
{
echo "Error Save [".$strSQL."]";
}
mysql_close($objConnect);
?>
</body>
</html>
Tag : - - - -
Date :
2009-05-19 17:35:48
By :
nattakwan
View :
1257
Reply :
6
ยังไม่ได้เลยอ่ะปัญหาคือจะอัยเดทซ้ำอ่ะทำไม่ได้มันขึ้นว่าnot found module=" "อ่ะครับ
Date :
2009-05-20 10:41:11
By :
nattakwan
<form action="EditRecordSave.php?m=<?=$_GET["m"];?>" name="frmEdit" method="post">
ส่งแบบ GET ไปดูครับ ค่าที่ url มีรึป่าว
<form action="EditRecordSave.php?m=<?=$_GET["m"];?>" name="frmEdit" method="get">
Date :
2009-05-20 10:59:41
By :
teez1232002
พอรันหน้า EditRecordSave.php มี redirect ไปหน้าไหนต่อ
หรือว่ากด Back กลับไปหน้า EditRecordForm.php
ถ้าในหน้า EditRecordForm.php มีการแก้ไขข้อมูล Module แต่ตอนพอกด Back กลับไปมันจะค้นหาจาก $_GET["m"] ก็หาไม่เจอแน่นอน เพราะมันถูกแก้ไขไปแล้ว เป็นเหตุให้ไม่สามารถแก้ไขครั้งที่ 2 ไม่ได้ เพราะว่าหาไม่เจอใช่ไหม
old
<?php
$strSQL = "SELECT * FROM hyi_gsr02 WHERE Module = '".$_GET["m"]."' ";
?>
ค่าของ $_GET["m"] ที่ถูกใช้ค้นหายังเป็นค่าเดิม ทั้งที่ตัวฟิลด์ module ใน record นั้นถูกเปลี่ยนไปแล้ว
ควรอ้างอิง record เป็น field ที่จะไม่ถูกแก้ไขและไม่นำมาแสดงในหน้า EditRecordForm.php เช่น
........ กลัวจะตอบผิด แต่ก็อยากตอบ ไปดีกว่า อิอิ
Date :
2009-05-20 12:26:46
By :
centinelx
แต่เราเปลี่ยนมันก้อแก้ไขได้แล้วนะ
Date :
2009-05-21 11:24:44
By :
ชะเอม
จิงอ่าเราทำมิได้อ่ะยกตัวอย่างให้ดูหน่อยดิ
สงเคาระห์คนอ่อนหัดทีครับ
Date :
2009-05-21 14:45:32
By :
nattakwan
Load balance : Server 03