|
|
|
คิวรี่ update ของ mysql ช่วยดูหน่อยค่ะ มันขึ้นว่า Incorrect integer value: 'admin' for column 'create_by' at row 1 |
|
|
|
|
|
|
|
ฟิลด์ create_by น่าจะเป็น ตัวเลขนะ
น่าจะเป็น userid หรือป่าว
ไม่น่าจะใช้ชื่อครับ
|
|
|
|
|
Date :
2012-08-17 10:36:28 |
By :
mrchok |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
การ update ควรจะเป็นค่าตัวแปรทั้งหมด ถ้าจะใส่ค่าตรง ๆ แบบนั้นลองทำแบบนี้
Code (PHP)
$t = "admin";
$update ='update serv_news_events set news_detail="'.$detail.'" '
.',news_last_update="'.date('Y-m-d H:i:s').'" '
.',create_by=$t '//ตรงนี้ลองดู
.',create_date="'.date('Y-m-d').'"'
.' where news_code_id ="'.$_POST['codeid'][0].'"' ;
|
|
|
|
|
Date :
2012-08-17 10:52:04 |
By :
apisitp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ได้ล่ะค่ะ ขอบคุณทุกคนมากค่ะ ^ ^
|
|
|
|
|
Date :
2012-08-17 11:21:02 |
By :
ซาร่า |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|