อัพเดตข้อมูลไม่ได้ ครับ ทั้งๆ ที่ เอาไปรันใน sql ก็รันผ่าน ติดตรง date_format ครับ
อัพเดตข้อมูลไม่ได้ ครับ ทั้งๆ ที่ เอาไปรันใน SQL ก็รันผ่านนะครับ ติดตรง date_format ครับ
ค่าวันเดือนปีเกิด 1973-2-14 ต้องทำให้เป็น [1973-02-14 แบบนี้หรือเปล่าครับ
นี่โค้ดที่ error
Code (SQL)
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1973'-'2'-'14'',weight='60',height='180' WHERE username='phet'' at line 1
นี่โค้ด อัพเดตครับ ไม่ทราบว่าผิดตรงไหนหรอครับ
Code (PHP)
$user_day=$_POST['day'];
$user_mon=$_POST['month'];
$user_year=$_POST['year'];
$birthday_edit=$user_year."-".$user_mon."-".$user_day;
$sql="UPDATE tb_register SET name='$name_edit',sex='$sex_edit',email='$email_edit',telephone='',address='$address_edit',reg_date='$birthday_edit',weight='$weight_edit',height='$height_edit' WHERE username='$sess_username' ";
$result=mysql_db_query($dbname,$sql_u)or die(mysql_error());
Tag : PHP
ประวัติการแก้ไข 2015-11-18 00:31:11
Date :
2015-11-18 00:29:51
By :
yotsawin
View :
730
Reply :
3
ขอดู ข้อมูล ที่ echo ออกมาหน่อยคับก่อนเอาไปรัน sql
Date :
2015-11-18 00:32:33
By :
progamer2000
เจอละครับพี่ ออกมาเป็นแบบนี้ ครับ ค่าที่ส่งมาผิดครับ ' ' มาจากไหน ผมงง เลย
ผมเข้าไปแก้ ค่าที่ส่งมา ให้ เอา ' ' ออกแล้วใช้ อัพเดตได้แล้วครับ ขอบคุณนะ ครับ ผมก็ลืมเช็คเรย
'14'
'8'
'1980'
'1980'-'8'-'14'
14
8
1980
1980-8-14
Date :
2015-11-18 00:41:08
By :
yotsawin
Date :
2015-11-18 09:46:36
By :
mr.win
Load balance : Server 00