|
|
|
รบกวนช่วยดูโค้ดให้หน่อยค่ะ มันลบไม่ได้ มันขึ้นว่า Unknown column 's' in 'where clause' |
|
|
|
|
|
|
|
ใส่ 'x' ด้วยครับ
Code (PHP)
$sqldelpre="delete from tb_typemat where Typemat_id='".$_GET['deltymat']."' ";
|
|
|
|
|
Date :
2013-03-29 13:53:13 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณมากๆค่ะ ได้แล้วค่ะ
รบกวนถามอีกหนึ่งเรื่องค่ะ คือแก้ไข ไม่ได้
Code (PHP)
header('content-Type: text/html; charset=utf8');
if($_POST['id_tymat'] !=" " ) {
include('connect_db.php');
$sqluptypemat="update tb_typemat set Typemat_id='".$_POST['id_tymat']."',Typemat_name='".$_POST['ty_namemat']."'
where Typemat_id=".$_POST['id_tymat'];
//echo $sqluptypemat ;
//die();
$excsqlup=mysql_query($sqluptypemat);
if($excsqlup)
{
echo "<script> alert('คุณได้ทำการแก้ไขข้อมูลเรียบร้อยแล้ว');window.location='frm_shtypemat.php'</script>";
}
}
|
ประวัติการแก้ไข 2013-03-29 14:14:42
|
|
|
|
Date :
2013-03-29 14:12:26 |
By :
supaporn.gig |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันแก้ได้แต่ Typemat_name แต่ว่า typemat_id ไม่ยอมแก้ค่ะ
|
ประวัติการแก้ไข 2013-03-29 14:38:00 2013-03-29 14:38:58 2013-03-29 14:39:25 2013-03-29 14:40:05 2013-03-29 14:40:23 2013-03-29 14:40:35 2013-03-29 14:40:47 2013-03-29 14:40:57 2013-03-29 14:41:09 2013-03-29 14:41:19
|
|
|
|
Date :
2013-03-29 14:35:08 |
By :
supaporn.gig |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Code (PHP)
<?
if($_POST['id_tymat'] !=" " ) {
include('connect_db.php');
$sqluptypemat="update tb_typemat set Typemat_id='".$_POST['id_tymat']."',Typemat_name='".$_POST['ty_namemat']."' where Typemat_id='".$_POST['id_tymat']."'";
//echo $sqluptypemat ;
//die();
$excsqlup=mysql_query($sqluptypemat);
if($excsqlup)
{
echo "<script> alert('คุณได้ทำการแก้ไขข้อมูลเรียบร้อยแล้ว');window.location='frm_shtypemat.php'</script>";
}
}
ลองดูครับ
|
|
|
|
|
Date :
2013-03-29 14:39:31 |
By :
Ex-[S]i[L]e[N]t |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองแล้วมันแก้ได้นะค่ะ แต่ว่าแก้ได้เฉพาะชื่อวัสดุค่ะแต่รหัสมันแก้ไม่ได้ *เป็นเพราะว่าตั้งเป็น PK หรือเปล่าค่ะถึงแก้ไม่ได้ {รหัสไม่ได้ตั้งเป็น auto นะค่ะ}
|
|
|
|
|
Date :
2013-03-29 14:46:18 |
By :
supaporn.gig |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ออค่ะ..ขอบคุณมากๆๆเลยนะค่ะ
|
|
|
|
|
Date :
2013-03-29 14:51:46 |
By :
supaporn.gig |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวนอีกนิดค่ะ มันมีกรณีที่เราคลิกแก้ไขแล้วมันกลายเป็นว่าเพิ่มให้เราใหม่อัตโนมัติไม่แก่ที่ ฟิลด์เเดิมให้ค่ะ {อันนี้รหัสเป็นแบบ Auto ไม่ได้แก้รหัสนะค่ะจะแก้ชื่อ}
|
|
|
|
|
Date :
2013-03-29 14:59:07 |
By :
supaporn.gig |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|