$order_approve=1; // ให้ค่า 1 สำหรับอนุมัติสอบแล้ว
$sql="update order set order_approve='$order_approve',order_total='$order_total' where order_id='$order_id'";
$result=mysql_db_query($dbname,$sql);
$ref_price=$_GET['ref_price'];
for($i=0;$i<count($_POST["ref_price"]);$i++){
$ref_price=$_POST['ref_price'][$i];
$result2=update order_detail set ref_pre_price='$ref_price' where ref_order_id='$order_id'"; // ตรงนี้แหละครับถ้ามีการสั่งซื้อตั้งแต่ 2 รายการขึ้นไป มันจะเอาค่าสุดท้ายที่เรากรอกอะมาอัพเดททุกฟิลด์เลยอะ เพราะว่ามันเป็น order_id เดียวกัน