"; echo "


กรุณาทำการ Login ก่อน

"; echo ""; exit(); } else { /** Configuration */ require_once( "../configuration.php" ); require_once( $_Config_absolute_path . "/includes/framework.php" ); require_once( "../includes/Function.php" ); require_once( "../includes/FunctionDB.php" ); /** Create Database Object */ $dbObj = new DBConn; //=== SESSION $Username = $valid_user; $query = " SELECT * FROM accessories_type_tb WHERE Acc_type_code ='".$_POST['Acc_type_code']."' "; $result0 = $dbObj->execQuery($query); $rs = $dbObj->fetchArray($result0); $Acc_code = htmlspecialchars(trim($_POST[Acc_code])); // รหัสครุภัณฑ์วิทยาลัย $Acc_no = htmlspecialchars(trim($_POST[Acc_no])); //เลขที่หรือรหัสครุภัณฑ์ $Acc_name = htmlspecialchars(trim($_POST[Acc_name])); //รายการหรือชื่อครุภัณฑ์ $Acc_module = htmlspecialchars(trim($_POST[Acc_module])); //รุ่น/แบบ $Acc_type_code = htmlspecialchars(trim($_POST[Acc_type_code])); // ประเภทครุภัณฑ์ $MoneyS_C = htmlspecialchars(trim($_POST[MoneyS_C])); // แหล่งเงิน $Fix_detail = htmlspecialchars(trim($_POST[Fix_detail])); // วิธีการที่ได้มา $Date_buy = dmyE2ymdT($_REQUEST['mDate']); // วันที่จัดซื้อ $Date_finish = (substr($Date_buy,0,4) + $rs['Year']) . "-" . substr($Date_buy,5,2) . "-" . substr($Date_buy,8,2);// วันที่หมดอายุ $Price = htmlspecialchars(trim($_POST[Price])); // ราคาที่จัดซื้อ/หน่วย $Fund = htmlspecialchars(trim($_POST[Fund])); // จำแนกเป็นครุภัณฑ์ $Faculty_code = htmlspecialchars(trim($_POST[Faculty_code])); //หน่วยงาน /ฝ่าย $RoomId = htmlspecialchars(trim($_POST[RoomId])); //ใช้ประจำที่/สถานที่จัดเก็บ $Statistic = htmlspecialchars(trim($_POST[Statistic])); //ลักษณะคุณสมบัติของครุภัณฑ์ $In_document = htmlspecialchars(trim($_POST[In_document])); //เลขที่เอกสารที่ได้มา $Price_document = htmlspecialchars(trim($_POST[Price_document])); //หลักฐานการจ่ายเงิน $Modify_detail = htmlspecialchars(trim($_POST[Modify_detail])); // รายการที่เปลี่ยนแปลง $Modify_document = htmlspecialchars(trim($_POST[Modify_document])); // รายการที่เปลี่ยนแปลง $Sell_id = $_POST[Sell_id]; $Name = htmlspecialchars(trim($_POST[Name])); // เลขที่เอกสารที่เปลี่ยนแปลง $Address = htmlspecialchars(trim($_POST[Address])); // ที่อยู่ผู้ขาย $Phone = htmlspecialchars(trim($_POST[Phone])); //โทรศัพท์ //$Path = "../Man_pic"; //### Upload Image File /* if( $_FILES['Img1']['name'] != "" ) { $Img1 = $_FILES['Img1']['name']; @copy( $_FILES['Img1']['tmp_name'] , $Path."/".$Img1 ); @unlink( $_FILES['Img1']['tmp_name'] ); */ //### Upload Text File -----*// } if( $_FILES['Img1']['name'] != "" ) { $Img1 = date('YmdHis').strrchr($_FILES['Img1']['name'], "."); @copy( $_FILES['Img1']['tmp_name'] , $ManPicPath.$Img1 ); @unlink( $_FILES['Img1']['tmp_name'] ); } //### user_tb $checkid = 0; $sql11 = " Select * From accessories_tb Where Acc_code ='$Acc_code' "; $result11 = mysql_query($sql11); while ($rs11 = mysql_fetch_array($result11)){ if ($rs11["Acc_code"] == $Acc_code){ echo ""; echo ""; echo ""; exit(); }else{ $checkid = 1; } } if ($check == 0){ /** Table --> */ InsertAcc($Dura, $Acc_code,$Acc_no,$Acc_name,$Acc_module,$Acc_type_code,$MoneyS_C, $Fix_detail, $Date_buy,$Date_finish,$Year , $Price, $Fund , $Faculty_code, $Status, $RoomId ,$Statistic, $In_document ,$Price_document , $Modify_detail ,$Modify_document, $Sell_id, $Img1); } # else ?> บันทึกข้อมูล
หน้าหลัก » บันทึกข้อมูลครุภัณฑ์
 
ระบบจัดเก็บข้อมูลของท่านเรียบร้อยแล้ว
กรุณารอส้กครู่ กำลังเปลี่ยนหน้าอัตโนมัติ
"; ?>
 
freeresult($result0); /** Close the Database */ $dbObj->disconn(); /** Unset Class */ unset($dbObj); ?>