Viewing file: sendStudentData.php (5.92 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
session_start();
/** Define Validate Access */
define( '_VALID_ACCESS', 1 );
/** Check Session User Login */
if (! session_is_registered("valid_user") ) {
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-874\" />";
echo "<p style=padding-top:115px><p align=center><br /><font color=red><strong>กรุณาทำการ Login ก่อน</strong></font></p></p>";
echo "<meta http-equiv=\"refresh\" content=\"1; URL=../login.php\" />";
exit();
}
else {
/** Configuration */
require_once( "../configuration.php" );
require_once( $_Config_absolute_path . "/includes/framework.php" );
require_once("../lib/nusoap/nusoap.php");
/** Create Database Object */
//$conn = new DBConn;
//-- Create SOAP CLIENT
$client = new soapclient($_Config_server_path);
if(isset($_REQUEST['action'])){
if($_REQUEST['action'] == "confirm"){
//-- Delete Real Tables
$client->call('deleteStudentByYearRealTable',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('deleteStudentByProgramRealTable',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('deleteStudentByProvinceRealTable',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('deleteStudentByLevelRealTable',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('submitStudentByYear',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('submitStudentByProgram',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('submitStudentByProvince',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('submitStudentByLevel',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('deleteStudentByYear',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('deleteStudentByProgram',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('deleteStudentByProvince',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('deleteStudentByLevel',array('collogeCode'=>base64_encode($_Config_college_code)));
$logData[0] = base64_encode($_Config_college_code);
$logData[1] = base64_encode("Student");
$logData[2] = base64_encode($_SERVER["REMOTE_ADDR"]);
$client->call('insertUpdateLog',array('data'=>$logData));
}
if($_REQUEST['action'] == "cancel"){
//-- Delete Temp Tables
$client->call('deleteStudentByYear',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('deleteStudentByProgram',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('deleteStudentByProvince',array('collogeCode'=>base64_encode($_Config_college_code)));
$client->call('deleteStudentByLevel',array('collogeCode'=>base64_encode($_Config_college_code)));
}
}
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<link href="../css/default.css" rel="stylesheet" type="text/css" />
<title>ผู้ดูแลระบบ - ส่งข้อมูลเข้าสู่ส่วนกลาง - ส่งข้อมูลนักศึกษา</title>
<script type="text/javascript" src="../js/utilities.js"></script>
<script src="../js/ajaxScript.js"></script>
</head>
<body topmargin="0" rightmargin="0" bottommargin="0" leftmargin="0">
<?php
include("../templates/incHeader.php");
?>
<table width="1003" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="203" align="left" valign="top" style="padding:10px 0px 0px 5px"><?php include("./_incAdminMenu.php");?></td>
<td width="800" height="440" align="center" valign="top" style="padding:10px 0px 5px 10px">
<fieldset>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table width="780" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="30" align="left" background="../images/background/bg-head-topic-w780.gif" class="PADDING-LEFT-10 PATRON"><strong><a href="index.php">หน้าหลัก</a> » <a href="sendDataList.php">ส่งข้อมูลเข้าสู่ส่วนกลาง</a> » <span class="NOTE">ส่งข้อมูลนักศึกษา</span></strong></td>
</tr>
<tr>
<td height="385" valign="top">
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="10"></td>
</tr>
</table>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<?php if($_REQUEST['process'] == "student"){ ?>
<br /><br /><br /><br />
<div align="center" id="progress"><input type="button" value="เริ่มส่งข้อมูลนักศึกษา" style="cursor:pointer" onClick="sendStudent()"/></div>
<?php }?>
<?php if(isset($_REQUEST['action'])){ ?>
<table width="66%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="122" align="center" valign="middle" ><span class="TEXT-GREEN10"><strong><?=($_REQUEST['action'] == "confirm")?"ระบบทำการส่งข้อมูลนักศึกษาเข้าสู่ส่วนกลางเรียบร้อยแล้ว":"ระบบทำการยกเลิกการส่งข้อมูลนักศึกษาเข้าสู่ส่วนกลาง"?></strong></span><br /><br />
กรุณารอสักครู่ กำลังเปลี่ยนหน้าอัตโนมัติ<br />
<?php echo "<meta http-equiv=\"refresh\" content=\"5; URL=index.php\">"; ?></td>
</tr>
</table>
<?php }?>
</td>
</tr>
</table>
<br /></td></tr>
</form>
</table>
</fieldset></td>
</tr>
</table>
<?php include("../templates/incFooter.php"); ?>
</body>
</html>
<?php
/** Close the Database */
//$conn->disconn();
/** Unset Class */
//unset($conn);
?>
|