<?php
 
include("../include/FunctionDB.php");
include(
"../include/Function.php");
ConnectDB();
$sql "Select * From   formation_tb  Where  Code='$Code' ";
$result mysql_query($sql) or die("$sql $result".mysql_error());
$rs mysql_fetch_array($result);
?>
<html>
<head>
<title>Information</title>
<link href="../source/style.css" rel="stylesheet" type="text/css">
<SCRIPT language="JavaScript1.2" src="../source/mainmenu.js" type="text/javascript"></SCRIPT>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">

<style type="text/css">
<!--
.style1 {
    font-size: 16px;
    color: #000000;
}
.style2 {font-size: 14px}
.style17 {font-family: Tahoma; font-size: 16px; }
.style18 {font-family: Tahoma}
.style33 {font-size: 14px; font-family: "MS sans serif"; }
.style34 {font-size: 14px; font-family: "MS sans serif"; font-weight: bold; }
.style36 {font-size: 16px}
-->
</style>
<table width="635" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <th width="632" scope="col"><form name="form1" method="post" action="">
      <fieldset>
        <table width="630" border="0">
          <tr>
            <td width="624"><table width="101%" border="0" align="center" cellpadding="2" cellspacing="1" bordercolor="#006699" style="border:0px solid gray">
              <tr bgcolor="#7CAB84" >
                <td height="5" colspan="2" bgcolor="#FFFFFF"></td>
              </tr>
              <tr bgcolor="#7CAB84" >
                <td height="19" colspan="2" bgcolor="#FFFFFF" align="center">ข่าวประชาสัมพันธ์</td>
              </tr>
              <tr bgcolor="#99CCFF">
                <td height="10" colspan="2" align="left" valign="top" bordercolor="#003366" bgcolor="#FFFFFF"></td>
                </tr>
              <tr bgcolor="#99CCFF">
                <td width="15%" align="left" valign="top" bordercolor="#003366" bgcolor="#FFFFFF"><font color="#003366" face="Tahoma">รายละเอียด</font></td>
                <td width="85%" valign="top" bordercolor="#CCCCCC" bgcolor="#FFFFFF"><font color="#003366" size="2" face="Tahoma"><? echo nl2br($rs['InforDetail']); ?></font></td>
              </tr>
              <tr bgcolor="#99CCFF">
                <td bordercolor="#003366" bgcolor="#FFFFFF" align="left"><font color="#003366" face="Tahoma">เมล์</font></td>
                <td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><font size="2" face="Tahoma"><? echo $rs['Organizl']; ?></font></td>
              </tr>
              <tr bgcolor="#99CCFF">
                <td bordercolor="#003366" bgcolor="#FFFFFF" align="left"><font color="#003366" face="Tahoma">ชื่อผู้แจ้ง</font></td>
                <td bordercolor="#CCCCCC" bgcolor="#FFFFFF"><font size="2" face="Tahoma">
                  <?php
         $Teacher_code 
=  $rs["Teacher_code"];
         
$sql "Select * From personal_tb Where Teacher_code='$Teacher_code'";
          
$result1 mysql_query($sql) or die("Error".mysql_error());
          
$rss mysql_fetch_array($result1);
          echo 
"$rss[First_name] $rss[Teacher_name] $rss[Teacher_lastname]";
         
?>
                </font></td>
              </tr>
              <tr bgcolor="#7CAB84">
                <td colspan="2" bgcolor="#FFFFFF"></td>
              </tr>
            </table>
          </tr>
        </table>
      </fieldset>
      <div align="center"><br>
        <input type="button" name="Submit2" value=" ปิดหน้าต่าง" onClick="javascript:parent.close();" onMouseOver="this.style.cursor='hand'" />
      </div>
    </form></th>
  </tr>
</table>
</body>
</html>