นำข้อมูลใส่ database Mysqlไม่ได้ ช่วยดู syntex ทีครับผม
ช่วยดูหน่อยครับ Syntax หน้าจะถูกแล้วนะครับ แต่ยัง insert ข้อมูลลงdbไม่ได้ แต่เปลี่ยนชื่อตาราง แล้ว insert น้อยลงกลับได้ ครับ
Code (PHP)
<?php
$host = "localhost";
$user = "root";
$pass = "1234";
$dbname = "exceltest";
$con = mysql_connect($host,$user,$pass);
if($con)
{
echo "ติดต่อฐานข้อมูลได้";
}
else
{
echo "ติดต่อไม่ได้: ".mysql_error();
}
echo " ";
if(mysql_select_db($dbname,$con ))
{
echo"<br>ติดต่อตารางข้อมูลได้<br>";
}
else
{
echo"ไม่มีตารางข้อมูล";
}
mysql_query("SET NAMES TIS620");
/////////////////////////////////////////////////////////////
for($i=0;$i<count($_POST['Price_Switch']);$i++)
{
////////////////////calculate////////////////
if($_POST['Price_Switch'][$i]!=NULL)
{
$sumLink[$i]=$_POST['Price_Link'][$i]*$_POST['Amoun_Link'][$i];
$sumBase[$i]=$_POST['Price_Base'][$i]*$_POST['Amoun_Base'][$i];
$sumSwitch[$i]=$_POST['Price_Switch'][$i]*$_POST['Amoun_Switch'][$i];
$sumA_ab[$i]=$_POST['A1_ab'][$i]+$_POST['A2_ab'][$i]+$_POST['A3_ab'][$i]+$_POST['A4_ab'][$i]+$_POST['A5_ab'][$i]+$_POST['A6_ab'][$i];
$sumA_tr[$i]=$_POST['A1_tr'][$i]+$_POST['A2_tr'][$i]+$_POST['A3_tr'][$i]+$_POST['A4_tr'][$i]+$_POST['A5_tr'][$i]+$_POST['A6_tr'][$i];
$Price_cus[$i]=$sumA_tr[$i] / $_POST['Amoun_cus'][$i];
$Name_tot[$i]=$_POST['Name_tot'][$i];
$Part_tot[$i]=$_POST['Part_tot'][$i];
$Id[$i]=$_POST['Id'][$i];
echo "<br>$sumLink[$i]";
echo "<br>$sumBase[$i]";
echo "<br>$sumSwitch[$i]";
echo "<br>$sumA_ab[$i]";
echo "<br>$sumA_tr[$i]";
echo "<br>$Price_cus[$i]";
echo"<br>////////////////////////////////////////////////////////";
$sql="INSERT INTO data_to_tot (001,002,003,004,005,006,007,008,009,010,011,012,013,014,015,016,017,018,019,020,021,022,023,024,025,026,027,028,029) VALUES(\"".$Name_tot[$i]."\",\"".$Part_tot[$i]."\",\"".$Id[$i]."\",\"".$_POST['Price_Link'][$i]."\",\"".$_POST['Amoun_Link'][$i]."\",\"".$sumLink[$i]."\",\"".$_POST['Price_Base'][$i]."\",\"".$_POST['Amoun_Base'][$i]."\",\"".$sumBase[$i]."\",\"".$_POST['Price_Switch'][$i]."\",\"".$_POST['Amoun_Switch'][$i]."\",\"".$sumSwitch[$i]."\",\"".$_POST['A1_ab'][$i]."\",\"".$_POST['A1_tr'][$i]."\",\"".$_POST['A2_ab'][$i]."\",\"".$_POST['A2_tr'][$i]."\"
,\"".$_POST['A3_ab'][$i]."\",\"".$_POST['A3_tr'][$i]."\",\"".$_POST['A4_ab'][$i]."\",\"".$_POST['A4_tr'][$i]."\",\"".$_POST['A5_ab'][$i]."\",\"".$_POST['A5_tr'][$i]."\",\"".$_POST['A6_ab'][$i]."\",\"".$_POST['A6_tr'][$i]."\",\"".$sumA_ab[$i]."\",\"".$sumA_tr[$i]."\",\"".$_POST['Amoun_cus'][$i]."\",\"".$Price_cus[$i]."\",\"".$Id[$i]."\",\"".$_POST['Persen_cus'][$i]."\");";
mysql_query($sql,$con);
}
}
echo "<br> รอบที่ $i ";
mysql_close($con);
?>
Tag : PHP, MySQL, CakePHP
Date :
2014-05-08 14:08:03
By :
natason
View :
728
Reply :
8
debug
Code (PHP)
mysql_query($sql,$con) or die(mysql_error());
Date :
2014-05-08 17:23:51
By :
iieszz
ตามความคิดเห็นที่ 1 ครับ เปลี่ยนบรรทัดที่ 56 นั้นก่อน จะได้ error ออกมา แล้วก็เอาข้อความแจ้งเตือนนั้นมาคุยกันอีกที
Date :
2014-05-09 07:26:43
By :
{Cyberman}
มันขึ้นแบบนี้ครับ
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 ''001','002','003','004','005','006','007','008','009','010','011','012','013','0' at line 1
Date :
2014-05-12 08:35:33
By :
natason
You have an error in your SQL syntax;
SQL ไม่ถูกต้องครับ ลองแสดงออกมาดู
mysql_query($sql,$con) or die(mysql_error() . "<br/>" . $sql);
Date :
2014-05-12 09:24:14
By :
{Cyberman}
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 ') VALUES("fdf","กำแพงเพชร","0007","32","12","384","2323","343"' at line 1
INSERT INTO data_to_tot ) VALUES("fdf","กำแพงเพชร","0007","32","12","384","2323","343","796789","323","232323","75040329","232","434","5434","2323" ,"23","3434","232","2323","2323","2323","23","3244","8267","14081","2323","6.06155832975","0007","323");
Date :
2014-05-12 10:28:17
By :
natason
ก็ประมาณเครื่องหมาย ) " ' ( พวกนี้เกินมานั่นล่ะ ไล่ไม่ไว้ตาลายจริง ๆ รอคนใตดีมาช่วยไล่นะ
Date :
2014-05-12 10:38:47
By :
apisitp
INSERT INTO data_to_tot ) VALUES(
รู้สึกว่าชื่อฟิลด์จะไม่มีเลยนะครับ ฟิลด์ที่เป็นตัวเลขแบบนี้น่าจะใช้ไม่ได้นะครับ
ปกติเคยแต่ตั้งชื่อฟิลด์ด้วยตัวอักษรก่อน แล้วตามด้วยตัวเลข
Date :
2014-05-12 12:50:47
By :
{Cyberman}
ขอบคุณมากครับพี่ๆ
Date :
2014-05-12 13:19:26
By :
natason
Load balance : Server 01