$query2= "SELECT SUM(list.st_unit*stock.st_price) as total2 FROM list,stock where list.st_id=stock.st_id and list.li_month='$ser_month' and list.li_year='$ser_year'";
$result2 = mysql_query($query2, $service) or die(mysql_error());
$array2=mysql_fetch_array($result2);
มันได้คำตอบเยอะเกินไปอ่าครับ แทนที่จะได้ ฟิล*ฟิล ของ record + record ต่อไป