Hacked By AnonymousFox

Current Path : C:/AppServ/www/timetable_teacher/graph/
Upload File :
Current File : C:/AppServ/www/timetable_teacher/graph/showgraph.php

<?
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"><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">การบรรยาย</span><br />
  <img src="graph.php" /> <br />
  <table width="95%" border="0">
    <tr>
      <td><div align="center" class="style2"><img src="red.jpg" width="15" height="15" /> ข้อ 1&nbsp;&nbsp;&nbsp;&nbsp; <img src="cyan.jpg" width="15" height="15" /> ข้อ 2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <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>&nbsp;</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='Lec' OR evaluateicm_system_course_Type='Lab' OR evaluateicm_system_course_Type='Lec,Lab' group by evaluateicm_system_course_Subject order by evaluateicm_system_course_ID asc limit 0,15";
		$result = mysql_query($cmd);
		$i=1;
		$dot=".";
		$ss="&nbsp;&nbsp;";
		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