"; 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; //*--------dev_config --------*// $sql = "SELECT * FROM dev_config "; $result = mysql_query($sql); $num_rows = mysql_num_rows($result); if($num_rows){ $query =" UPDATE dev_config SET deptId ='$deptId' , shortpre='$shortpre', longpre ='$longpre', deptname ='$deptname' "; $result = $dbObj->runQuery($query); $dbObj->freeresult($result); } else{ InsertConfigdev ($deptId, $shortpre , $longpre ,$deptname ) ; } } # else ?> ข้อมูลทั่วไปบุคลากร - ข้อมูลแผนการสอน - แก้ไขประวัติผลงานวิจัย
หน้าหลัก » ข้อมูลทั่วไปบุคลากร » ข้อมูลงานวิจัย » ผลงานการวิจัย » แก้ไขประวัติผลงานวิจัย
 
ระบบแก้ไขข้อมูลของท่านเรียบร้อยแล้ว
กรุณารอส้กครู่ กำลังเปลี่ยนหน้าอัตโนมัติ
"; ?>
 
freeresult($result1); /** Close the Database */ $dbObj->disconn(); /** Unset Class */ unset($dbObj); ?>