|
|
|
รบกวนดูให้หน่อยว่าจะต้องเขียนโค้ดอย่างไรคือว่าจะทำค่ามาบวกกันค่ะกันค่ะ |
|
|
|
|
|
|
|
คือ พอ tr ต่อไปมันจะเป็น40+40 ถูกป่าวครับ ถ้าใช่ก็
Code (PHP)
unset($items_vendors_in);
$sql="SELECT * FROM tblcatalogue_vendors_in WHERE (id_type_vendors between '".$_POST["txttype1"]."' and '".$_POST["txttype2"]."' ) ";
$result=mysql_query($sql,$dbconnect)or die("Can not SELECT into DATABASE ???").mysql_error();
while($row=mysql_fetch_array($result))
{
///รับสินค้าเข้า
$sql_verdors_in="SELECT*FROM tblcatalogue_vendors WHERE id_type_vendors ='$id_type_work' ";
$result_verdors_in=mysql_query($sql_verdors_in,$dbconnect)or die("ไม่สามารถเชื่อมต่อฐานข้อมูลได้!!").mysql_error();
$show_verdors_in=mysql_fetch_array($result_verdors_in);
$items_vendors_in_total = $show_verdors_in[items_vendors];
$items_vendors_in += $items_vendors_in_total;
}
มั้งนะครับ ลองดู ผมมั่ว!
|
|
|
|
|
Date :
2011-10-28 21:11:24 |
By :
ManGal49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่ได้ค่ะมันไม่ยอมบวกค่ากันค่ะ
|
|
|
|
|
Date :
2011-10-29 08:17:20 |
By :
fight2932 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
รบกวนช่วยดูให้หน่อยค่ะ
|
|
|
|
|
Date :
2011-10-30 17:14:57 |
By :
fight2932 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
แบบเนี้ยใช่ ป่าว ผมเข้าใจถูกไหม วา
Code (PHP)
$sql="SELECT * FROM tblcatalogue_vendors_in WHERE (id_type_vendors between '".$_POST["txttype1"]."' and '".$_POST["txttype2"]."' ) ";
$result=mysql_query($sql,$dbconnect)or die("Can not SELECT into DATABASE ???").mysql_error();
while($row=mysql_fetch_array($result))
{
///รับสินค้าเข้า
$sql_verdors_in="SELECT*FROM tblcatalogue_vendors WHERE id_type_vendors ='$id_type_work' ";
$result_verdors_in=mysql_query($sql_verdors_in,$dbconnect)or die("ไม่สามารถเชื่อมต่อฐานข้อมูลได้!!").mysql_error();
$show_verdors_in=mysql_fetch_array($result_verdors_in);
$items_vendors_in_total = $show_verdors_in[items_vendors];
$items_vendors_in = $items_vendors_in+$items_vendors_in_total;
}
|
|
|
|
|
Date :
2011-10-31 11:32:41 |
By :
yuyu7878 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณค่ะสำหรับคำตอบ
|
|
|
|
|
Date :
2011-10-31 15:18:50 |
By :
fight2932 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|