Viewing file: checkDetailStatusDocSendReceiveTable.php (1.71 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php set_time_limit(0); include_once("../../class/clsConnection.php"); include_once("../../class/clsDB.php"); include_once "../global.php"; include_once "../class/clsSendReceive.php"; include_once "../class/clsCollegeDetail.php"; include_once "../class/clsCollegeDetail.php"; include_once "../link/keyThai.php"; include_once "../link/functionshow.php"; include_once "../link/function.php"; include_once "funct.php";
$oC = new clsConnection($GLOBALS['DBHOST'], $GLOBALS['DBNAME_EOFFICE'], $GLOBALS['DBUSER_EOFFICE'], $GLOBALS['DBPASS_EOFFICE']);
$oTsr = new sendreceive($oC); $oTsr2 = new sendreceive($oC); $oTsr3 = new sendreceive($oC); $oTsr4 = new sendreceive($oC); $oCd = new collegedetail($oC); ?>
<html> <head> <title>µÃǨÊͺàÊ鹷ҧ˹ѧÊ×Í</title> <meta http-equiv="Content-Type" content="text/html; charset=tis-620"> <link href="../source/style.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#F9FCFF"><br> <table width="90%" align="center"> <tr> <td><strong><img src="../picture/download.gif"> <font size="2">µÃǨÊͺàÊ鹷ҧ˹ѧÊ×Í</font></strong></td> </tr>
<? $oTsr->SearchByKey($tsr_id); $oTsr->GetRecord();
$oCd->SearchByKey($oTsr->tsr_to_node); $oCd->GetRecord();
$msg='?fn=checkdetailreceive&tsr_id_send='.$tsr_id.'&tsr_fr_node='.$oTsr->tsr_fr_node; if($oTsr->tsr_to_node==99){ $folder=$GLOBALS["FOLDERFORSEND1"]; }else if($oTsr->tsr_to_node==8){ $folder=$GLOBALS["FOLDERFORSEND3"]; }else{ $folder=$GLOBALS["FOLDERFORSEND2"]; } echo "<tr><td> àÃ×èͧ :: ".$oTsr->tsr_DocSubject."</td></tr>"; $path_send='http://'.$oCd->collegeHost.'/'.$folder.'/'.'eoffice/admin/receiveTSR.php'.$msg; echo $res=file_get_contents($path_send); echo "</table>"; ?> </body> </html>
|