<?php
include("../include/FunctionDB.php");
include(
"../include/Function.php");
ConnectDB();
$sql =  " SELECT * FROM std_punish_tb Where Student_id='$Student_id' ";
$result mysql_query($sql) or die("Select Has Error".mysql_error());
$rs mysql_fetch_array($result);
?>
<html>
<head>
<title>Display </title>
<link rel="stylesheet" href="../../Scholarship/cart4.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=windows-874">
</head>

<body bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr bgcolor="#F4F9F2"> 
          <td width="29%" bgcolor="#F4F9F2"><font size="2" face="Tahoma"><strong> 
            &nbsp;รหัสนักศึกษา</strong></font><font size="3" face="Tahoma"> :</font><font color="#006633" size="2" face="Tahoma"> 
            <?=$rs["Student_id"]?>
            </font></td>
          <td width="71%" bgcolor="#F4F9F2"><font size="2" face="Tahoma"><strong>ชื่อ-นามสกุล</strong></font><font size="3" face="Tahoma"> 
            : </font><font color="#006633" size="2" face="Tahoma"> 
            <?php
           $Student_id 
$rs[Student_id];
            
$sql1 "Select First_name,Name,Lastname From student_tb Where Student_id='$Student_id'";
            
$result1 mysql_query($sql1) or die("Error".mysql_error());
            
$row mysql_fetch_array($result1);
             echo 
"$row[First_name]&nbsp;$row[Name]&nbsp;$row[Lastname]";

            
?>
            </font></td>
        </tr>
      </table></td>
  </tr>
  <tr> 
    <td>&nbsp;</td>
  </tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" bordercolor="#CCCCCC" style="border:1px solid gray">
  <tr bgcolor="#FDDCCE"> 
    <td colspan="3"> <div align="center"><font color="#003366" size="4" face="Tahoma"><strong>รายละเอียดข้อมูลพฤติกรรม
และ วินัย นักศึกษา</strong></font></div></td>
  </tr>
  <tr bgcolor="#FFFEF4"> 
    <td width="25%" bgcolor="#FFFEF4"><div align="center"><strong><font size="2" face="Tahoma">วันที่บันทึก</font></strong></div></td>
    <td width="3%">&nbsp;</td>
    <td width="72%"><font color="#003366" size="2" face="Tahoma">
      <?php 
       $dday 
$rs[Date_note];
    
$yearthai explode("-",$dday);
    
$day =      intval($yearthai[2]);
    
$month =  intval($yearthai[1]);
    
$year =     intval($yearthai[0]);     
          
//////////////////
 //   $yearthai =  $day ;
  
$m getThaiSubMonth($month);
     echo
"$day"." "."$m"." "."$year";
    
?>
      </font><font color="#000000" size="2" face="Tahoma">&nbsp;</font></td>
  </tr>
  <tr> 
    <td bgcolor="#FBF5E3"> <div align="center"><strong><font size="2" face="Tahoma, MS Sans Serif">ประเภทความผิด</font></strong></div></td>
    <td bgcolor="#FBF5E3"><font size="2" face="Tahoma">&nbsp;</font></td>
    <td bgcolor="#FBF5E3"> <div align="left"><font size="2" face="Tahoma"><? echo $rs[Punish_type]?></font></div></td>
  </tr>
  <tr> 
    <td bgcolor="#FFFEF4"> <div align="center"><strong><font color="#003366" size="2" face="Tahoma, MS Sans Serif">พฤติกรรมที่ทำผิด</font></strong></div></td>
    <td bgcolor="#FFFEF4">&nbsp;</td>
    <td bgcolor="#FFFEF4"><font size="2" face="Tahoma"><? echo $rs[Perform]?></font></td>
  </tr>
  <tr> 
    <td bgcolor="#FBF5E3"> <div align="center"><strong><font color="#003366" size="2" face="Tahoma, MS Sans Serif">การพิจารณา</font></strong></div></td>
    <td bgcolor="#FBF5E3"><font size="2" face="Tahoma">&nbsp;</font></td>
    <td bgcolor="#FBF5E3"> <div align="left"><font size="2" face="Tahoma"><? echo $rs[Consider]?></font></div></td>
  </tr>
  <form action="" method="">
  </form>
  <tr bgcolor="#FDDCCE"> 
    <td colspan="3">&nbsp;</td>
  </tr>
</table>
<table width="79%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr> 
    <td><div align="center"> &nbsp;</div></td>
  </tr>
</table>
<p>&nbsp;</p>
</body>
</html>
<?php
CloseDB
();
?>