<?php $at_school=$_GET[at_school]; include('connect.php'); $sql="select * from student where at_school='$at_school' "; $query=mysql_db_query(Tablet,$sql); $result=mysql_fetch_array($query); $rows=mysql_num_rows($query); ?> <!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=utf-8" /> <title>รายงาน</title> <style type="text/css"> <!-- .style1 { font-size: 24px; font-weight: bold; } a:link { color: #000000; text-decoration: none; } a:visited { text-decoration: none; color: #000000; } a:hover { text-decoration: none; color: #000000; } a:active { text-decoration: none; color: #000000; } .style3 { color: #FFFFFF; font-family: "MS Sans Serif"; font-size: 12; } .style22 {color: #000000; font-weight: bold; font-family: "MS Sans Serif"; font-size: 12; } .style24 {color: #000000; font-weight: bold; } .style25 {color: #FF0000} --> </style> </head> <body> <p align="center" class="style1">::ข้อมูลนักเรียน::</p> <table width="900" border="0" align="center" cellpadding="0" cellspacing="0"> <tr bgcolor="#0066FF"> <td width="92" height="15" bgcolor="#FFFFFF"><div align="center"><span class="style24"><?php echo $result[at_school];?></span></div></td> <td colspan="5" bgcolor="#FFFFFF"><span class="style22">ลำดับของโรงเรียน</span></td> </tr> <tr bgcolor="#0066FF"> <td height="15" bgcolor="#FFFFFF"><div align="right"><span class="style22">โรงเรียน</span></div></td> <td height="15" bgcolor="#FFFFFF"><span class="style24"><?php echo $result[name_school];?></span></td> <td width="59" bgcolor="#FFFFFF"> </td> <td width="197" bgcolor="#FFFFFF"><div align="right"><span class="style22">รหัส SMIS</span></div></td> <td width="143" bgcolor="#FFFFFF"><span class="style24"><?php echo $result[smis]; ?></span></td> <td width="141" bgcolor="#FFFFFF"> <span class="style22"> <label> <input type="submit" name="button" id="button" value="พิมพ์" /> </label> </span> </td> </tr> <tr bgcolor="#0066FF"> <td height="30" bgcolor="#FFFFFF"><div align="right"><span class="style22">อำเภอ</span></div></td> <td height="30" bgcolor="#FFFFFF"><span class="style24"><?php echo $result[ampher_school]; ?></span></td> <td width="59" bgcolor="#FFFFFF"> </td> <td width="197" bgcolor="#FFFFFF"><div align="right"><span class="style22">จังหวัดสุพรรณบุรี</span></div></td> <td width="143" bgcolor="#FFFFFF"> </td> <td width="141" bgcolor="#FFFFFF"> </td> </tr> <tr bgcolor="#0066FF"> <td height="30" bgcolor="#FFFFFF"><div align="center"><span class="style22">ที่</span></div></td> <td width="268" bgcolor="#FFFFFF"><div align="center"><span class="style22">ชื่อ-สกุล</span></div></td> <td width="59" bgcolor="#FFFFFF"><div align="center"><span class="style22">เพศ</span></div></td> <td width="197" bgcolor="#FFFFFF"><div align="center"><span class="style22">เลขประจำตัวประชาชน</span></div></td> <td width="143" bgcolor="#FFFFFF"><div align="center"><span class="style22">Serial Number</span></div></td> <td width="141" bgcolor="#FFFFFF"><div align="center"><span class="style22">Mac Address</span></div></td> </tr> <?php if($rows!=0){ $no=1; while($res=mysql_fetch_array($query)){ ?> <tr bgcolor="#99FFFF"> <td height="27" bgcolor="#333333"><div align="center" class="style3"><?php echo $no;?></div></td> <td bgcolor="#333333"><div align="center" class="style3"><?php echo $res[name_th];?> <?php echo $res[surname_th];?></div></td> <td bgcolor="#333333"><div align="center" class="style3"><?php echo $res[sex];?></div></td> <td bgcolor="#333333"><div align="center" class="style3"><?php echo $res[idcard];?></div></td> <td bgcolor="#333333"><div align="center" class="style3"><?php echo $res[sn];?></div></td> <td bgcolor="#333333"><div align="center" class="style3"><?php echo $res[mac];?></div></td> </tr> <?php $no++; } }else{ ?> <tr> <td colspan="6"><div align="center" class="style2 style25">ยังไม่มีข้อมูลในฐานข้อมูล</div></td> </tr> <?php } ?> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง