Viewing file: InsertPlaning-1.php (5.58 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
session_start();
if (session_is_registered("valid_user")&&session_is_registered("password"))
{
$Username = $valid_user;
$Password = $password;
include("../include/FunctionDB.php");
include("../include/Function.php");
ConnectDB();
$Flag = true;
$Faculty_code = htmlspecialchars(trim($_POST[Faculty_code]));
$projectCode = htmlspecialchars(trim($_POST[projectCode]));
$projectName = htmlspecialchars(trim($_POST[projectName]));
$objective = htmlspecialchars(trim($_POST[objective]));
$objectiveName= htmlspecialchars(trim($_POST[objectiveName]));
$operat= htmlspecialchars(trim($_POST[operat]));
$budgetGrop = htmlspecialchars(trim($_POST[budgetGrop]));
$BudgetYear = htmlspecialchars(trim($_POST[BudgetYear]));
$Date_start = $_POST['mYear1']."-".$_POST['mMonth1']."-".$_POST['mDate1'];
$Date_finish = $_POST['mYear2']."-".$_POST['mMonth2']."-".$_POST['mDate2'];
$purpose = htmlspecialchars(trim($_POST[purpose]));
$result = htmlspecialchars(trim($_POST[result ]));
/////////// ////
$January_temp1 = $January;
$February_temp2 = $February;
$March_temp3 = $March;
$April_temp4 = $April ;
$May_temp5 = $May;
$June_temp6 = $June;
$July_temp7 = $July;
$Augus_temp8 = $Augus;
$September_temp9 = $September;
$October_temp10 = $October;
$November_temp11 = $November;
$December_temp12 = $December ;
$Budget_use = $January_temp1 + $February_temp2 + $March_temp3 + $April_temp4 + $May_temp5 + $June_temp6 + $July_temp7 + $Augus_temp8 + $September_temp9 + $October_temp10 + $November_temp11 + $December_temp12 ;
/////////////
//$Result_oper = htmlspecialchars(trim($_POST[Result_oper]));
//$Start_Date = $_POST[mYear]."-".$_POST[mMonth]."-".$_POST[mDate];
//$Budget_use = $_POST[Budget_use];
//$Budget = $_POST[Budget];
//$Budget_temp1 = $Budget;
//$Budget_temp2 = $Budget_use;
//$Dif_result = $Budget_temp1 - $Budget_temp2;
///////////////////// check name
if ($projectCode=="")
{
$msg .="<li>กรุณากรอกชื่อหัวข้อโครงการ/กิจกรรม";
$button ="<input type=\"button\" value=\"Back to Edit\" onclick=\"history.back();\" style=\"font-weight:bold;color:#FFF;background-color:#036;border-style:outset;border-color:#69F;font-family:Tohoma;\">";
$Flag = false;
}
/////////////////// Check
if ($projectName =="")
{
$msg .="<li>กรุณาใส่ หน่วยงาน";
$button ="<input type=\"button\" value=\"Back to Edit\" onclick=\"history.back();\" style=\"font-weight:bold;color:#FFF;background-color:#036;border-style:outset;border-color:#69F;font-family:Tohoma;\">";
$Flag = false;
}
/////////////////////// Check
if ($budgetGrop=="")
{
$msg .="<li>กรุณากรอก หัวข้องาน";
$button ="<input type=\"button\" value=\"Back to Edit\" onclick=\"history.back();\" style=\"font-weight:bold;color:#FFF;background-color:#036;border-style:outset;border-color:#69F;font-family:Tohoma;\">";
$Flag = false;
}
//////////////////
if ($BudgetYear =="")
{
$msg .="<li>กรุณากรอก ปีงบประมาณ";
$button ="<input type=\"button\" value=\"Back to Edit\" onclick=\"history.back();\" style=\"font-weight:bold;color:#FFF;background-color:#036;border-style:outset;border-color:#69F;font-family:Tohoma;\">";
$Flag = false;
}
///////////////////////// Check Status to Insert Data /////////////////////////////
if( $Flag)
{
InsertProjectName ($Teacher_code,$Faculty_code,$projectCode,$projectName,$objective,$objectiveName,$operat,$budgetGrop,$BudgetYear,$purpose, $result ,$Date_start ,$Date_finish ,$January,$February,$March,$April,$May,$June,$July,$Augus,$September,$October,$November,$December,$Budget_use);
$msg.="<li>ระบบจัดเก็บข้อมูลของท่านเรียบร้อยแล้ว";
echo"<meta http-equiv=\"refresh\" content=\"1;URL=PlaningList.php?Budget_Year=$Budget_Year&Faculty_code=$Faculty_code\">\n";
}
CloseDB();
?>
<html>
<head>
<title>Project Detail</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
<link href="../css/style1.css" rel="stylesheet" type="text/css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0"marginwidth="0"marginheight="0">
<form>
<br>
<table width="57%" border="0" cellspacing="0"cellpadding="2"align="center">
<tr>
<td><div align="center"><span><b><font color="#000000" size="4" face="Tahoma">:: แบบฟอร์มการโครงการ
::</font></b></span></div></td>
</tr>
<tr>
<td>
<table width="100%" border="0" cellspacing="1"cellpadding="0"align="center"bordercolor="#0B62D9" class="table">
<tr>
<td bgcolor="#ECD9C6"><div align="center"><b><font color="#000000" size="4" face="Tahoma">ระบบแจ้ง</font></b></div></td>
</tr>
<tr>
<td bgcolor="#000000"> <table width="90%" border="0" cellspacing="0"cellpadding="2"align="center">
<tr>
<td><font color="#FFFFFF"><span><b><?php echo $msg;?></b></span></font></td>
</tr>
</table></td>
</tr>
<tr>
<td bgcolor="#ECD9C6"> <div align="center"><b><font color="#CCFF00"><?php echo $button;?></font></b></div></td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<br>
</form>
</body>
</html>
<?php
}
else
{
echo"<body bgcolor=\"#CCCCCC\">";
echo"<meta http-equiv=\"refresh\" content=\"3;URL=../logout.php\" target=\"mainFrame\">\n";
echo"<center>";
echo"<br><br><br><b><font face=\"Tahoma\" size=\"4\" color=\"#FF0000\">Please Login</font> </b><br>";
echo"<br><br><font face=\"Tahoma\" size=\"10\" color=\"#000000\"> ERROR 404 PERMISION DENY</font><br>";
echo"<br><font face=\"Tahoma\" size=\"4\" color=\"#000000\"> คุณไม่มสิทธ์ใช้งาน</font>";
echo"</center>";
echo"</body>";
}
?>
|