<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>VVVVVV</title> <script> //ฟังชั่นแสดงระหัส function show (text){ document.getElementById("show").value=text; } </script> </head> <body> <table width="500" border="1"> <tr> <td colspan="2">รายชื่อ</td> </tr> <?php //เชื่อมต่อ mysql mysql_connect("localhost","root","1234")or die("connot connect"); //เลือกฐานข้อมูล mysql_select_db("cos")or die("cannot connect db"); //ดึงออกมาแสดง $sql=mysql_query("select*from student"); while($ar=mysql_fetch_array($sql)){ $id=$ar['id']; $name=$ar['name']; $sex=$ar['sex']; echo "<tr> <td><a href='#' onclick='JavaScript:show($id);'>$name</a></td> <td>$sex</td> </tr> "; } ?> <tr> <td><input type="text" id="show" /></td> </tr> </table> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง