include("../php_scripts/connect_database.php"); include("php_scripts/load_per_control.php"); include("php_scripts/session_start.php"); include("php_scripts/answer_flag.php"); if( !$current_page ) $current_page = 1; if(!$data_per_page) $data_per_page = 30; $db_dpis = new connect_dpis($dpisdb_host, $dpisdb_name, $dpisdb_user, $dpisdb_pwd); $db_dpis1 = new connect_dpis($dpisdb_host, $dpisdb_name, $dpisdb_user, $dpisdb_pwd); ?>