|
|
|
ช่วยดูให้หน่อย ติดอยู่หลายวันแล้ว SELECT serve_id FROM serve where |
|
|
|
|
|
|
|
Code (PHP)
<?php
include "connectdb.php";
$sql = "SELECT serve_id FROM serve where serve_id='$serve_id' ";
//echo $sql;exit;
$result = mysql_query( $sql ) or die ("เอ็กซิคิวต์คิวรีไม่ได้");
$num = mysql_num_rows ( $result );
if ( $num != 0 )
{
echo "<script>alert('เลขที่ใบสั่งซื้อเคมีภัณฑ์นี้มีอยู่แล้ว'); window.history.go(-1);</script>";
exit; }
for($i=0;$i<=count($cloth_id);$i++){
$cloth_id1=$cloth_id[$i];
$get_count1=$get_count[$cloth_id1];
$service_charge1=$service_charge[$cloth_id1];
//echo"$p_id1 $get_count1 $get_price1 <BR>";
if(($get_count1<>'')and($get_count1<=0)){
echo "<script>alert('จำนวนต้องมากกว่าศูนย์');window.location.href ='invoice_form.php';</script>";
exit;
}
}
$num=1;
for($n=0;$n<=count($cloth_id);$n++){
$cloth_id2=$cloth_id[$n];
$get_count2=$get_count[$cloth_id2];
$service_charge2=$service_charge[$cloth_id2];
if(($get_count2<>'')and($get_count2>0)){
$sum=$get_count2*$service_charge;
$serve_total=$serve_total+$sum;
$sql1 = "insert into serve_detail (cloth_id,serve_id,serve_count)values('$cloth_id2','$serve_id','$get_count2')";
//echo $sql;exit;
$result1 = mysql_query( $sql1 ) or die (mysql_error());
if(($get_count2<>'')and($get_count2>0)and ($num==1)){$num++;
$sql = "insert into serve (serve_id,cus_id,serve_date, serve_total)values('$serve_id','$cus_id',CURDATE(),'$serve_total')";
//echo $sql;exit;
$result = mysql_query( $sql ) or die ("เอ็กซิคิวต์คิวรีไม่ได้");
}
}
}
echo "<script>alert('บันทึกข้อมูลเรียบร้อยแล้ว'); window.location.href ='invoice_list.php';</script>";
?>
?>
มันไม่รวมราคาให้อ่ะ ช่วยดูให้หน่อยน๊า
Tag : - - - -
|
|
|
|
|
|
Date :
2009-06-07 12:14:22 |
By :
jar |
View :
953 |
Reply :
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ให้มาแค่นี้แล้ว จะช่วยอะไรได้ คร้าาาาบ schema db และ ไฟล์ที่เกี่ยวข้อง ส่งมาให้ด้วยจ้า จะได้ ช่วยดู
|
|
|
|
|
Date :
2009-06-07 21:39:21 |
By :
Ravatna |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ช่วยบอกหน่อยซิคับว่าให้แก้อะไรตรงใหน มันเป็นอะไร แล้วอยากได้ผลลับออกมาเป็นแบบใหน
ดูไปก็ งง ด้วย
|
|
|
|
|
Date :
2009-06-08 00:23:15 |
By :
exkado |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|