Hacked By AnonymousFox
<?
include("../lib/config.php");
include("../lib/connect.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style2 {
font-family: AngsanaUPC;
font-size: 15pt;
}
.style3 {
font-size: 18px;
font-weight: bold;
}
.style6 {
font-size: 24px;
font-weight: bold;
}
-->
</style>
</head>
<body>
<table width="100%" border="0" style="border-collapse:collapse" bordercolor="#000000" cellpadding="0" cellspacing="8">
<tr>
<td width="47%" rowspan="2"><table width="100%" border="1" bordercolor="#000000" style="border-collapse:collapse">
<tr>
<td><div align="center"><span class="style3">กราฟสรุปช่วงบทนำเวชศาสตร์คลินิก ปีการศึกษา 2556</span></div></td>
</tr>
</table>
<br />
<table width="100%" border="1" style="border-collapse:collapse" bordercolor="#000000">
<tr>
<td width="78%"><table width="100%" border="0">
<tr>
<td><div align="center"><br />
<span class="style6">KSA</span><br />
<img src="graph6.php" /> <br />
<table width="95%" border="0">
<tr>
<td><div align="center" class="style2"><img src="red.jpg" width="15" height="15" /> ข้อ 1 <img src="cyan.jpg" width="15" height="15" /> ข้อ 2 <img src="blue.jpg" width="15" height="15" /> ข้อ 3</div></td>
</tr>
</table>
<br />
</div></td>
</tr>
</table></td>
</tr>
</table></td>
<td width="53%" height="39"><p> </p>
</td>
</tr>
<tr>
<td><table width="95%" border="0">
<tr>
<td><span class="style2">
<?
$cmd="select * from evaluateicm_system_course where evaluateicm_system_course_Type = 'KSA' group by evaluateicm_system_course_Subject order by evaluateicm_system_course_ID asc";
$result = mysql_query($cmd);
$i=1;
$dot=".";
$ss=" ";
while ($row=mysql_fetch_array($result)){
echo $i.$dot.$ss;
echo $row[evaluateicm_system_course_Subject];
echo"<br>";
$i++;}
?>
</span></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Hacked By AnonymousFox1.0, Coded By AnonymousFox