|
|
|
ช่วยหน่อยครับอันนี้ผมผิดตรงไหนไม่ทราบ จริง ๆ หาแล้วไม่เจอ |
|
|
|
|
|
|
|
Code (PHP)
$strSQL = "UPDATE info WHERE Username = '1' SET keyword = '".trim($_POST['txtkeyword'])."'
,description = '".trim($_POST['txtdescription'])."',title = '".trim($_POST['txttitle'])."',img2 = '".trim($_POST['txtimg2'])."',shortcut = '".trim($_POST['txtshortcut'])."',logo = '".trim($_POST['txtlogo'])."',footer = '".trim($_POST['txtfooter'])."' ";
แต่ดันขึ้น
Code (PHP)
Error [UPDATE info WHERE Username = '1' SET keyword = '1' ,description = '1',title = '1',img2 = '1',shortcut = '1',logo = '1',footer = '1' ]
Tag : PHP
|
|
|
|
|
|
Date :
2013-06-19 18:37:13 |
By :
nook00 |
View :
788 |
Reply :
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WHERE Username = '1' ต้องอยู่หลัง SET ครับ
query ต้องเป็นแบบนี้
UPDATE info SET keyword = '1' ,description = '1',title = '1',img2 = '1',shortcut = '1',logo = '1',footer = '1' WHERE Username = '1'
|
|
|
|
|
Date :
2013-06-19 18:55:36 |
By :
cookiephp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2013-06-19 19:10:12 |
By :
test |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เหมือนเดิมอ่ะครับ
Code (PHP)
$strSQL = "UPDATE info SET keyword = '".trim($_POST['txtkeyword'])."'
,description = '".trim($_POST['txtdescription'])."',title = '".trim($_POST['txttitle'])."',img2 = '".trim($_POST['txtimg2'])."',shortcut = '".trim($_POST['txtshortcut'])."',logo = '".trim($_POST['txtlogo'])."',footer = '".trim($_POST['txtfooter'])."' WHERE id = '1' ";
Error [UPDATE info SET keyword = '1' ,description = '2',title = '3',img2 = '4',shortcut = '5',logo = '6',footer = '7' WHERE id = '1' ]
|
ประวัติการแก้ไข 2013-06-19 19:17:47
|
|
|
|
Date :
2013-06-19 19:17:10 |
By :
nook00 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใส่ mysql_query($strSQL) or die(mysql_error()); ดูครับ
|
|
|
|
|
Date :
2013-06-19 21:01:46 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอดู table structure หน่อยครับ
|
|
|
|
|
Date :
2013-06-19 21:11:08 |
By :
itpcc |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
อ่อได้ละครับ จาก update info เป็น data TT โทษนะครับ ที่ทำให้เสียเวลา เมื่อไหร่ผมจะเก่ง ๆ แบบไม่ต้องถามคนอื่นหนอ
|
|
|
|
|
Date :
2013-06-23 20:12:19 |
By :
nook00 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|