if(!empty($_GET['movieType'])){ $sql = "select * from movie where movietype='".$_GET['movieType']."'"; }else{ $sql = "select * from movie"; }
<a href="?movie_type=thai">Thai</a><br /> <a href="?movie_type=inter">Inter</a><br /> <a href="?movie_type=animation">Animation</a><br /> <a href="?movie_type=trailer">Trailer</a><br /> <a href="?movie_type=all">All</a><br /> <?php if(!empty($_GET['movie_type'])){ $movie_type = $_GET['movie_type']; if($movie_type != 'all'){ $sql = "select * from movie where movie_type='$movie_type'"; }else{ $sql = "select * from movie"; } }else{ $sql = "select * from movie"; } echo $sql; ?>
<? include("config.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>Untitled Document</title> </head> <body> <form id="form1" name="form1" method="POST" action="find.php"> <table width="21%" border="0" align="left"> <tr> <td align="center"><label> <input type="text" name="txtfind" id="txtfind" /> </label></td> <td align="center"><label> <input type="submit" name="button" id="button" value="Submit" /> </label></td> </tr> <tr> <td colspan="2" align="center"><a href="?view_type=2">ดู User</a><br /> </td> </tr> <tr> <td colspan="2" align="center"><a href="?view_type=1">ดู Admin</a></td> </tr> </table> <?php if(!empty($_GET['view_type'])){ $view_type = $_GET['view_type']; if($view_type != 'all'){ $sql = "select * from tbl_admin where dept_id='$view_type'"; }else{ $sql = "select * from tbl_admin"; } }else{ $sql = "select * from tbl_admin"; } $result = mysql_query($sql); $num_rows = mysql_num_rows($result); if($num_rows > 0 ){ while($data = mysql_fetch_array($result)){ ?> <table width="70%" border="0"> <tr> <td> <?= $data["username"]?></td> </tr> </table><? }//end while }//end if ?> <p> </p> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง