"; echo "


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

"; echo ""; exit(); } else { /** Configuration */ require_once( "../configuration.php" ); require_once( $_Config_absolute_path . "/includes/framework.php" ); require_once( "../include/Function.php" ); /** Create Database Object */ $dbObj = new DBConn; /** Config Table for This Page */ $myTable = "proplanstrateg_tb"; $myTable1 = "prostrategymap_tb"; $myTablePK = "StaplanId"; $myOrderBy = "Noplan"; $sql= "Select * From $myTable1 Where StrateId ='$StrateId' and StratempId='$StratempId' "; $result= mysql_query($sql) or die(" Error").mysql_error(); $rss = mysql_fetch_array($result); /** Parameters */ $params = " StrateId=$StrateId&StratempId =$StratempId "; /** Paging */ $page = $_GET['page']; if( $page == "" ) { $page = 1; } /** จำนวนข้อมูล ต่อ 1 หน้า */ $perpage = $_REQUEST['perpage']; if( $perpage == "" ) { $perpage = 30; } /** Botton Name Action */ $action = $_REQUEST['action']; $id = $_REQUEST['id']; if( isset($action) && !empty($action) ) { switch($action) { case "Delete" : $num = count($id); for( $i=0; $i<$num; $i++ ) { //--- research_tb $qryDel = " DELETE FROM $myTable WHERE $myTablePK='$id[$i]' "; $resultDel = $dbObj->runQuery($qryDel); $dbObj->freeresult($resultDel); } break; } # switch } # if } # else ?> ข้อมูลแผนดำเนินการ
execQuery($query); $numrows = $dbObj->_numrows; /** Paging */ $display = ( !isset ($_GET['page']) ) ? 1 : $_GET['page']; $start = ( ($display * $limit) - $limit ); /** Paging */ if( isset($_GET['OrderBy']) ) { $query = " SELECT * FROM $myTable WHERE StrateId ='$StrateId' and StratempId='$StratempId' ORDER BY $myOrderBy ASC "; } elseif( !isset($_GET['OrderBy']) ) { $query = " SELECT * FROM $myTable WHERE StrateId ='$StrateId' and StratempId='$StratempId' ORDER BY $myOrderBy ASC "; } $query .= " LIMIT $start, $limit "; $result = $dbObj->execQuery($query); ?>
หน้าหลัก » ข้อมูลการแผนกลวิธี จำนวนข้อมูลต่อหน้า
‹ ย้อนกลับ
ทั้งหมด: รายการ  
0 ) { ?> fetchArray($result) ) { $bgColor = ( $bgColor == "#FFFFFF" ) ? "#F9FBFB" : "#FFFFFF"; ?> freeresult($result); ?>
 กลยุทธ์ที่  
กลวิธีที่
0 ) { ?>
หน้า: 1) { $previous = $display - 1; ?> |« หน้าแรก  « ก่อนหน้า $scroll) { $first = $_GET['page']; $last = ($scroll - 1) + $_GET['page']; } else { $first = 1; $last = $paging; } if($last > $paging ) { $first = $paging - ($scroll - 1); $last = $paging; } for($i=$first; $i<=$last; $i++) { if($display == $i) { echo " [$i] "; } else { //echo " $i "; printf(" %s ", $_SERVER['PHP_SELF'], $i, $perpage, $OrderBy, $ASCDESC, $Teacher_code, $i ); } } // end..for } // end..if if($display < $paging) { $next = $display + 1; ?>  ถัดไป »  หน้าสุดท้าย »|
 
freeresult($result); /** Close the Database */ $dbObj->disconn(); /** Unset Class */ unset($dbObj); ?>