|
|
|
MY SQL Error / You have an error in your SQL syntax; |
|
|
|
|
|
|
|
Code (PHP)
<?
$Act=$_GET['Act'];
switch($Act){
case 'Confirm' :
$Date=date("Y-m-d");
$supplier=$_POST['supplier'];
$CountName="order";
$Date=date("Y-m-d");
$SelectCount=Select("count","WHERE countname='".$CountName."'");
$Count=mysql_fetch_array($SelectCount);
$OrderId="Order-".substr("000000".$Count['count'],-5);
$InsertOrder=Insert("order","order_id,sup_id,date_order","'".$OrderId."','".$supplier."','".$Date."'");
for($i=0;$i<=(int)$_SESSION["intLine"];$i++)
{
if($_SESSION["strProductID"][$i] != "")
{
$InsertOrderDetail=Insert("order_detail","order_id,part_id,quantity","'".$OrderId."','".$_SESSION['strPartID'][$i]."','".$_SESSION['strQty'][$i]."'");
}
}
session_destroy();
}
?>
มันขึ้นแบบในรูปอ่าครับ ผมดูแล้วเหมือนค่าก็ถูกส่งไปแล้ว ทำไมถึงเออเร่อหรอครับ
Tag : PHP, MySQL, Windows
|
|
|
|
|
|
Date :
2014-01-13 09:00:58 |
By :
17196611 |
View :
1176 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
order เป็นคำสงวนครับ ลองเปลี่ยนชื่อเป็นคำอื่นครับ
|
|
|
|
|
Date :
2014-01-13 09:11:42 |
By :
arm8957 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ใช่จริงๆด้วยครับ ขอบคุณมากๆ ครับผม
|
|
|
|
|
Date :
2014-01-13 09:18:32 |
By :
17196611 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|