|
|
|
ผมเขียนโค็ด ตัดจำนวนวัตถุดิบที่ใช้ในการผลิต แต่ว่า จำนวนวัตถุดิบไม่ยอมลดครับ และก็ติดตรงเวลาไม่ยอม Update นะครับ |
|
|
|
|
|
|
|
Code (PHP)
if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
$insertSQL = sprintf("INSERT INTO manufacturing (ProductId, `Date`, ProductTotal, Detailedstorage) VALUES (%s, %s, %s, %s)",
GetSQLValueString($_POST['NBuy'], "int"),
GetSQLValueString($_POST['Mdata'], "date"),
GetSQLValueString($_POST['Munittatal'], "int"),
GetSQLValueString($_POST['MDetailedstorage'], "text"));
mysql_select_db($database_MyConnect, $MyConnect);
$Result1 = mysql_query($insertSQL, $MyConnect) or die(mysql_error());
$dwSQL = "Update manufacturing SET ProductTotal=ProductTotal-".$_POST['Munittatal']."Where Id= 3";
mysql_query ($dwSQL);
Tag : PHP, MySQL, HTML
|
|
|
|
|
|
Date :
2017-05-19 15:24:02 |
By :
bassnaruto |
View :
771 |
Reply :
6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Total-".$_POST['Munittatal']."Where
ตรงนี้ผลที่ได้ ตัวเลขกับWhere จะติดกัน
เช่น Total-1Where ทำให้ผิดไวยกรณ์
|
|
|
|
|
Date :
2017-05-19 18:01:04 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ก็มันติดกัน ทำยังไงให้มันห่างกัน 555555555
|
|
|
|
|
Date :
2017-05-20 10:52:34 |
By :
Chaidhanan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|