<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title></title> </head> <body> <?php include 'db_connect.php'; $sql = "select * from book"; $result = mysqli_query($conn,$sql); ?> <table width ="700" border="1"> <tr> <th width="50"><div align="center">เลขที่</div></th> <th width="300"><div align="center">ชื่อหนังสือ</div></th> <th width="100"><div align="center">ชื่อผู้แต่ง</div></th> <th width="150"><div align="center">สำนักพิมพ์</div></th> <th width="100"><div align="center">ปีที่พิมพ์</div></th> <th width="150"><div align="center">ISBN</div></th> <th width="100"><div align="center">เอกสาร</div></th> </tr> <?php while (($row = mysqli_fetch_array($result,MYSQLI_ASSOC))!=NULL){ echo '<tr>'; echo '<td><div align ="center">"'.$row["Book_id"].'"</div></td>'; echo '<td><div align ="center">"'.$row["Title"].'"</div></td>'; echo '<td><div align ="center">"'.$row["AuthorID"].'"</div></td>'; echo '<td><div align ="center">"'.$row["PublishID"].'"</div></td>'; echo '<td><div align ="center">"'.$row["Year"].'"</div></td>'; echo '<td><div align ="center">"'.$row["ISBN"].'"</div></td>'; echo '<td><center><a href="D:/="'.$row["File"].'"></a></center></td>'; echo '</tr>'; } mysqli_close($conn); ?> </table> </body> </html>
Quote:echo '<td><center><a href="D:/="'.$row["File"].'"></a></center></td>';
echo '<td><center><a href="myfile/<?php=$row["File"];?><?php=$row["File"];?></a></center></td>';
echo '<td><center><a href="myfile/' . $row["File"] . '">' . $row["File"] . '</a></center></td>';
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง