| Server IP : 172.67.216.113 / Your IP : 172.71.28.145 [ Web Server : Apache System : Linux cpanel01wh.bkk1.cloud.z.com 2.6.32-954.3.5.lve1.4.59.el6.x86_64 #1 SMP Thu Dec 6 05:11:00 EST 2018 x86_64 User : cp648411 ( 1354) PHP Version : 7.2.34 Disable Function : NONE Domains : 0 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home2/cp648411/public_html/simded.com/include/ |
Upload File : |
<?php
include('../include72/class.php');
/*echo '<pre>';
print_r($_POST);
echo '</pre>';
exit;*/
$list = array(
'table'=>'leavenumber_reply',
'id_leave'=>"'".@$_POST['id']."'",
'id_professor'=>"'".$_SESSION["simDed_id"]."'",
'detail'=>"'".@$_POST['detail']."'",
'createdate'=>"'".$date."'"
);
$add = $actiondata_db->add_db($list);
$util_class->reply_teller($row_ar['id']);
if($add['suc'] == 1)
{
$list = array(
'table'=>'leavenumber',
'id'=>$_POST['id'],
'reply'=>1
);
$add = $actiondata_db->edit_db($list);
}
?>
<meta http-equiv="refresh" content="0;URL=teller.php?id=<?php echo $_POST['id']?>" />
<?php
exit;
?>