<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="style.css" rel="stylesheet" type="text/css"/> <table width="1250" align="center" class="square"> <tr> <td colspan="7" align="center"><a href="addform.php">AddData</a></td> </tr> <tr bgcolor="#A8A8A8"> <td width="70" align="center"><strong>รหัส Senior Project</strong></td> <td width="350" align="center"><strong>ชื่อ Senior Project</strong></td> <td width="140" align="center"><strong>ชื่อนักเรียน</strong></td> <td width="140" align="center"><strong>ชื่ออาจารย์ที่ปรึกษา</strong></td> <td width="140" align="center"><strong>ชื่อผู้เชี่ยวชาญ</strong></td> <td width="60" align="center"><strong>ระดับคะแนน</strong></td> <td width="45" align="center"><strong>ปีการศึกษา</strong></td> <td width="70" align="center"><strong>บทคัดย่อ</strong></td> <td width="70" align="center"><strong>ผลงาน</strong></td> <td width="40" align="center"><strong>แก้ไข</strong></td> <td width="45" align="center"><strong>ลบ</strong></td> </tr> <?php // 1. เชิ่อมต่อเชิพเวอร์ mysql include("connect.php"); // 3. นำคำสั่ง sql ไปทำการประมาวลผลที่ฐานข้อมูล $sql ="select senior_n.*,senior_adv.*,senior_spe.* from senior_n,senior_adv,senior_spe WHERE senior_n.p_id = senior_adv.p_id = senior_spe.p_id " ; $query = mysql_query ($sql) or die ("error=$sql"); // 4. นับจำนวนข้อมูลที่เรียกขึ้นมาจากฐานข้ิอมูล $num = mysql_num_rows ($query); // 5. นำข้อมูลขึ้นมาแสดงบนหน้าเว็บเพจ for($i=1;$i<=$num;$i++) { $row = mysql_fetch_array($query); //นำข้อมูลออกมาทีละเรคคอร์ดเก็บไว้ใน array ?> <tr> <td><?php echo $row['p_id']?></td> <td><?php echo $row['p_name'] ?></td> <td><?php echo $row['p_stu_fname'] ?> <?php echo $row['p_stu_sname'] ?></td> <td> <?php echo $row['p_adv_fname'] ?> <?php echo $row['p_adv_sname'] ?> </td> <td><?php echo $row['p_spe_fname'] ?> <?php echo $row['p_spe_sname'] ?></td> <td><?php echo $row['p_gra'] ?></td> <td><?php echo $row['p_aca'] ?></td> <td><a href="abs/<?=$row["p_abs_name"];?>"><?=$row["p_abs_name"];?></a></td> <td><a href="ebo/<?=$row["p_ebo_name"];?>"><?=$row["p_ebo_name"];?></a></td> <td><a href="editform.php?p_id=<?php echo $row['p_id'] ?>">edit</a></td> <td><a href="delete.php?p_id=<?php echo $row['p_id'] ?>" onclick="return confirm('are u sure??');">delete</a></td> </tr> <?php } // 6. ปิดการเช่ื่อมต่อ mysql_close (); ?> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง