|
|
|
การตัดสต็อค อย่างนี้มีวิธีอื่น ไหมครับท่าน ผมใช้วิธีนี้ มันค่อนข้าง ลูกทุ่ง น่ะครับ |
|
|
|
|
|
|
|
ต้อง where ให้ รหัสสินค้า เก็บเป็นตัวแปรค่ะ เช่น where pid='$pid'
|
|
|
|
|
Date :
4 ธ.ค. 2551 11:51:03 |
By :
paphun |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for($i=1001;$i<=1010;$i++){
$sql = mysql_db_query($dbname,"select * from stock where pid = '$i' ");
if(mysql_num_rows($sql))
while($orderarr9 = mysql_fetch_array($sql)){
$sql = mysql_db_query($dbname,"select sum(qty) from order_doing where pid = '1001' and cash between '1' and '3' and username = '$line' group by pid ");
if(mysql_num_rows($sql))
while($orderarr = mysql_fetch_array($sql))
{
$a = $orderarr9[3];
$b = $orderarr[0] ;
$c = $a - $b;
mysql_db_query($dbname,"update stock set qty ='$c ' where pid = '$i' ");
}}
}
|
|
|
|
|
Date :
4 ธ.ค. 2551 12:58:29 |
By :
torajang |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณหลายๆ เด้อ... ช่วยประหยัดเวลาได้มากโข เล๊ย... คร๊าบ บบบบบ .....
|
|
|
|
|
Date :
4 ธ.ค. 2551 18:07:32 |
By :
แดง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|