"; echo "


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

"; echo ""; exit(); } else { /** Configuration */ require_once( "../configuration.php" ); require_once( $_Config_absolute_path . "/includes/framework.php" ); require_once( "../includes/FunctionDB.php" ); /** Create Database Object */ $dbObj = new DBConn; //### รับค่าจาก Form $Teacher_code = htmlspecialchars(trim($_POST['Teacher_code'])); $Position_id = htmlspecialchars(trim($_POST['Position_id'])); $Gover_pos = htmlspecialchars(trim($_POST['Gover_pos'])); $Level = htmlspecialchars(trim($_POST['Level'])); $Salary = htmlspecialchars(trim($_POST['Salary'])); $Date_post = $_POST['mYear']."-".$_POST['mMonth']."-".$_POST['mDate']; //### user_tb Insert_Position_History($Teacher_code,$Position_id,$Date_post,$Gover_pos,$Manage_pos,$Level,$Salary,$Salary_2,$Salary_3,$Skill,$Order_id,$Ref_doc,$Flag); /** Close the Database */ $dbObj->disconn(); /** Unset Class */ unset($dbObj); /** Output */ //if( $result1 ) { echo ""; echo ""; echo ""; //echo ""; exit(); } //} # else ?> Edit Password