</table> <table width="1250" align="center" class="square"> <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 a.* , b.p_stu_f , b.p_stu_s , c.p_adv_f , c.p_adv_s , d.p_spe_f , d.p_spe_s from senior_n a left join senior_stu b on a.p_stu = b.p_stu left join senior_adv c on a.p_adv = c.p_adv left join senior_spe d on a.p_spe = d.p_spe " ; $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'] ?></td> <td><?php echo $row['p_adv'] ?> </td> <td><?php echo $row['p_spe'] ?> </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>
$query = mysql_query ($sql) or die (mysql_error());
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง