|
|
|
รบกวนดูโค้ดหน้า Edit ให้ผมทีนะคับ มันไม่สามารถ Update ลงฐานข้อมูลได้ |
|
|
|
|
|
|
|
ช่วยหน่อยนะครับ ผมกำลังทำโปรเจคจบ ช่วงนี้ไม่ได้หลับไม่ได้นอนเลย ฮือๆ
โค้ดหน้าฟอร์มคับเอามาเฉพาะลิ้งแก้ไข
[head]from.phphead]
<td width="50"><div align="center"><a href="EditMenu.php?MenuID=<?=$objResult["idMenu"];?>"><img src="Images/Icon_Edit.png" width="30" height="30" border="0" /></a></div>
โค้ดหน้าแก้ไขครับ
[head]Edit.phphead]
<?
$objConnect = mysql_connect("localhost","root","") or die("Error Connect to Database");
$objDB = mysql_select_db("pailyndb");
$strSQL = "SELECT * FROM menu WHERE idMenu = '".$_GET["MenuID"]."' ";
$objQuery = mysql_query($strSQL);
$objResult = mysql_fetch_array($objQuery);
if(!$objResult)
{
echo "Not found idMenu=".$_GET["MenuID"];
}
else
{
?>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Update Menu</title>
<SCRIPT language=JavaScript>
function check_number() {
e_k=event.keyCode
//if (((e_k < 48) || (e_k > 57)) && e_k != 46 ) {
if (e_k != 13 && (e_k < 48) || (e_k > 57)) {
event.returnValue = false;
alert("กรุณาใส่ตัวเลขค่ะ");
}
}
</script>
<style type="text/css">
<!--
.style1 {
font-family: "KT Wonderfool"
}
.style5 {
font-size: 26px
}
.style17 {
font-family: Tahoma;
font-weight: bold;
font-size: 16px;
}
.style18 {font-family: "KT Wonderfool"; font-size: 24px; }
.style19 {font-family: "KT Wonderfool"; font-size: 26px; }
.style20 {
font-size: 18px;
font-family: Tahoma;
font-weight: bold;
}
.style21 {
font-family: "KT Wonderfool";
font-size: 36px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<table width="955" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<th height="250" colspan="7" align="left" valign="top" bordercolor="#E7EAEE" background="Images/Untitled-2.png" scope="col"><p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p></th>
</tr>
<tr>
<td width="166" height="40" align="left" bgcolor="#DB1D3E"><div align="center" class="style18 style1 style5"><strong><a href="ManageMenu.php" style="text-decoration: none; color:#FFFFFF;">จัดการรายการอาหาร</a></strong></div></td>
<td width="163" height="40" bgcolor="#DB1D3E"><div align="center" class="style18 style1 style5"><strong><a href="ManageOrder.php" style="text-decoration: none; color:#FFFFFF;">จัดการคำสั่งซื้อ</a></strong></div></td>
<td width="156" height="40" bgcolor="#DB1D3E"><div align="center" class="style19 style1 style5"><strong><a href="ManageMember.php" style="text-decoration: none; color:#FFFFFF;">จัดการข้อมูลสมาชิก</a></strong></div></td>
<td width="156" height="40" bgcolor="#DB1D3E"><div align="center" class="style18 style1 style5"><strong><a href="ManageNews.php" style="text-decoration: none; color:#FFFFFF;">จัดการข่าวสาร</a></strong></div></td>
<td width="156" height="40" bgcolor="#DB1D3E"><div align="center" class="style18 style1 style5"><strong><a href="SaleResult.php" style="text-decoration: none; color:#FFFFFF;">สรุปยอดขาย</a></strong></div></td>
<td width="158" height="40" bgcolor="#DB1D3E"><div align="center" class="style1 style5 style20"><a href="Admin.php" class="style19" style="text-decoration: none; color:#FFFFFF;">ออกจากระบบ</a></div></td>
</tr>
</table>
<table width="955" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30" colspan="5" align="left"> </td>
</tr>
<tr>
<td height="30" colspan="5" align="left"><div align="center" class="style21">แก้ไขรายการอาหาร</div></td>
</tr>
<tr>
<td height="30" colspan="5" align="left"> </td>
</tr>
<tr>
<td width="245" height="30" align="left"><div align="left"><span class="style17">รายการอาหาร</span></div></td>
<td width="145" align="left"><div align="center" class="style17">ประเภท</div></td>
<td width="60" align="left"><div align="center" class="style17">ราคา</div></td>
<td width="185" align="left"><div align="center" class="style17">รูปภาพ</div></td>
<td width="320" align="left"><div align="center" class="style17">แก้ไข</div></td>
</tr>
<tr>
<td height="30" colspan="5" align="left"><form method="POST" action="EditMenuSave.php" enctype="multipart/form-data" name="form1" id="form1">
<table width="955" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="245"><div align="left">
<input name="txtMenu" type="text" id="txtMenu" style="width:200px" maxlength="255" value="<?=$objResult["MenuName"];?>"/>
</div></td>
<td width="145"><div align="center">
<select name="txtTypeName" id="txtTypeName" value="<?=$objResult["TypeName"];?>">
</select>
</div></td>
<td width="60"><div align="center">
<input name="txtPrice" type="text" id="txtPrice" style="width:30px" onkeypress=check_number() maxlength="3" value="<?=$objResult["Price"];?>"/>
</div></td>
<td width="185"><center><a href="MyResize/<?=$objResult["FilesName"];?>"><img src="MyResize/<?=$objResult["Thumbnails"];?>" border="0"></a></center></td>
<td width="320"><div align="center"><input type="file" name="fileUpload[]" id="fileUpload[]">
<input type="submit" name="Submit" value="OK" style="width:55px"/>
</div></td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td height="30" colspan="5" align="left"> </td>
</tr>
<tr>
<th height="45" colspan="8" align="left" background="Images/bg-footer[2].png" scope="row"><MARQUEE onmouseover=stop(); onmouseout=start();>
<img src="Images/Footer(runnerEn).png" width="275" height="15" />
</marquee></th>
</tr>
</table>
</body>
</html>
<?
}
mysql_close($objConnect);
?>
โค้ดหน้า Update ลงฐานข้อมูล
[head]Save.phphead]
<!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>Update Menu</title>
</head>
<?
$objConnect = mysql_connect("localhost","root","") or die("Error Connect to Database");
$objDB = mysql_select_db("pailyndb");
$strSQL = "UPDATE menu SET ";
$strSQL .="(MenuName,idType,Price,Thumbnails,FilesName) VALUES ('".$_POST["txtMenu"]."','".$_POST["txtTypeName"]."','".$_POST["txtPrice"]."','".$new_images."','".$_FILES["fileUpload"]["name"][$i]."')";
$strSQL .="WHERE idMenu = '".$_GET["MenuID"]."' ";
$objQuery = mysql_query($strSQL);
if($objQuery)
{
echo "<script>alert('แก้ไขรายการอาหารเรียบร้อยแล้วค่ะ');</script>";
echo "<script>window.location='ManageMenu.php';</script>";
}
else
{
echo "Error Save [".$strSQL."]";
}
mysql_close($objConnect);
?>
<body>
</body>
</html>
Tag : - - - -
|
|
|
|
|
|
Date :
2009-10-01 16:49:08 |
By :
gungrave |
View :
919 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อันดับแรกคุณต้องสั่งให้แสดงค่าที่ส่งมาจากฟอร์มเพื่อทดสอบดูก่อนครับว่า ค่ามาถูกต้องหรือเปล่า
อันดับสองดูว่าคำสั่งเอสคิวแอลถูกต้องหรือเปล่าด้วย echo mysql_error();หลังคำสั่ง mysql_query() อะครับ ถ้าถูกต้องทั้งสองส่วนแล้ว
อันดับสามครับ คุณต้องดูว่ามีข้อมูลที่ต้องการอัพเดทตรง หรือถูกต้องตามเงื่อนไขที่คุณตั้งไว้ในคำสั่งเอสคิวแอลของคุณด้วยหรือเปล่าครับ
อันดับสุดท้าย บายครับ ให้คำแนะนำไปแล้ ลองทำดูครับ
|
|
|
|
|
Date :
2009-10-01 16:56:31 |
By :
NanoTHoro |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากครับ
จะลองไปดูนะครับ
ถ้าตืเยงงัยจะมาถามใหม่นะครับ
|
|
|
|
|
Date :
2009-10-01 17:44:57 |
By :
gungrave |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|