<!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=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <table width="906" border="1"> <tr> <th><p>Passport Number <input type="text" name="search"> <input name="submit" type="submit" value="Search" /> </p> <p>If u want to see all the passport number <a href="javascript:;" onclick="javascript:window.open('page2.php','','scrollbars=yes,width=710,height=700');">Click here!!</a></p></th> </tr> </table> </body> </html>
<!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=iso-8859-1" /> <title>Untitled Document</title> <style type="text/css"> <!-- .style17 {font-size: 24px} .style20 {font-size: x-large; font-weight: bold; color: #FFFFFF; } .style21 {color: #FFFFFF} .style3 {font-size: large} --> </style> </head> <body> <p> </p> <table width="501" border="0" align="center" cellpadding="0" cellspacing="1"> <tr> <td colspan="2"><?php include("connect_db.php");?> </td> </tr> <tr> <td colspan="2"></td> </tr> <tr> <td colspan="2"><form action="search.php" method="post" name="form1" id="form1"> </form></td> </tr> <? $sql = "select * from student ORDER BY student_id ASC"; $result = mysql_query($sql); ?> <tr> <td bgcolor="#063803"><span class="style21">Passpor Number </span></td> <td bgcolor="#063803"><div align="center" class="style20">Name</div></td> </tr> <? $rows=mysql_num_rows($result); if($rows!=0){ ?> <? $i=1; while ($i<=$rows) { $data=mysql_fetch_array($result); $student_id = $data["student_id"]; $firstname = $data["firstname"]; $surname = $data["surname"]; $passno = $data["passno"]; ?> <tr> <td bgcolor="#FFFF99"><a href="search.php?passno=<?=$passno;?>"><? echo $passno; ?></a></td> <td bgcolor="#FFFF99"><div align="center" class="style3"> <div align="left"><? echo $firstname; ?> <? echo $surname; ?> </div> </div></td> </tr> <? $i++; }//end while }//end if $row !=0 ////////////////////////////////////////// if($rows==0){ ?> <tr> <td> </td> <td> </td> </tr> <tr> <td width="193"> </td> <td width="712"> </td> </tr> <tr> <td colspan="2"><div align="center" class="style17"><? echo "No database"; ?></div></td> </tr> <? } ?> </table> <p> </p> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง