<? include ("DB.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=utf-8" /> <title>Select</title> <td height="19"> </td> <p> </p> <form id="form1" name="form1" method="post" action=""> <table width="99%" border="1" cellspacing="0" cellpadding="0"> <tr align="center"> <td width="9%"><strong>รหัสนักเรียน</strong></td> <td width="7%"><strong>ชื่อ</strong></td> <td width="10%"><strong>นามสกลุ</strong></td> <td width="10%"><strong>เพศ</strong></td> <td width="6%"><strong>ที่อยู่</strong></td> </tr> <?php $result = mysql_query("SELECT * FROM student"); while($row = mysql_fetch_array($result)) { ?> <tr> <td> <? echo $row['std_id'] ; ?></td> <td><? echo $row['std_name'] ; ?></td> <td><? echo $row['std_lastname'] ; ?></td> <td><? echo $row['std_sex'] ; ?></td> <td><? echo $row['std_address'] ; ?></td> </tr> <? } ?> </table> <p> <input type="submit" name="button" id="button" value="print" onclick="window.print()" /> </p> </form> <? mysql_close($objConnect); ?>
<?php include "DB.php" ; ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง