<? session_start(); ?> <!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> <link rel="shortcut icon" type="image/x-icon" href="SpryAssets/img/pktriplogo1.png"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>ยินดีต้อนรับเข้าสู่ Pk-trip</title> <style type="text/css"> #apDiv1 { position: absolute; left: 22%; right: 50%; top: 34px; z-index: 1; } #apDiv4 { position: absolute; left: 150px; top: 640px; width: 90px; height: 26px; z-index: 3; } .fontbtotombar { font-size: 14px; color: #FFF; text-align: center; } #apDiv4 { position: absolute; left: 170px; top: 800px; width: 99px; height: 33px; z-index: 2; } #apDiv6 { position: absolute; left: 400px; top: 300px; width: 542px; height: 566px; z-index: 2; } </style> </head> <body> <div id="apDiv1"><? include"banner_admin.php" ?><br /> <? include "admin_menu.php" ?> <table width="920" bgcolor="#E6E6E6"> <tr> <td height="5" bgcolor="#000000"></td> </tr> <tr> <td height="88" ><center><img src="img/bg-register.png" width="860" height="678" /></center></td> </tr> </table> <div id="apDiv4"><? include"detail_bot_bar.php" ?></div> </div> <div id="apDiv6"> <p><font size="+3"><center> แสดงข้อมูลสินค้าทั้งหมด</center></font></p> <p> </p> <? //คำสั่งที่ใช้ดึงไฟล์ conn_mysql.php มาใช้ เพื่อติดต่อฐานข้อมูล include("connect.php"); $count=0; //คำสั่ง sql และสั่งให้ทำงาน $sql="select * from tb_product"; $runquery = mysql_db_query($conn_db,$sql) or die ("Can not Query...."); //หาจำนวนเรกคอร์ดข้อมูลในตาราง $num_rows= mysql_num_rows($runquery); //กำหนดส่วนหัวของตาราง echo "<br>"; echo"<table width=800 cellpadding=9 cellspacing=0 border=1 align=center>"; echo"<tr bgcolor=#FF90ab>"; echo"<td width=10 height=20><div align=center>ลำดับ</div></td>"; echo"<td width=100 height=20><div align=center>รายการสินค้า</div></td>"; echo"<td width=10 height=20><div align=center>ประเภท</div></td>"; echo"<td width=10 height=20><div align=center>ราคา</div></td>"; echo"<td width=10 height=20><div align=center>คงเหลือ</div></td>"; echo"<td width=10 height=20><div align=center>ดูรายละเอียด</div></td>"; echo"<td width=10 height=20><div align=center>แก้ไข</div></td>"; echo"<td width=10 height=20><div align=center>ลบ</div></td>"; echo"</tr>"; //เริ่มวนรอบแสดงข้อมูล $i=0; $a=1; while($i<$num_rows) { $result=mysql_fetch_array($runquery); //สร้างตัวแปรและกำหนดค่าให้เท่ากับข้อมูลในตาราง $id_prd=$result[id_prd]; $name_prd=$result[name_prd]; $id_type=$result[id_type]; $price_prd=$result[price_prd]; $stock_prd=$result[stock_prd]; echo"<tr valign=top>"; echo"<td><center>$a</center></td> <td>$name_prd</td> <td><center>$id_type</center></td> <td><center>$price_prd</center></td> <td><center>$stock_prd</center></td> <td><center><a href=admin_product_detail.php?id_prd=$id_prd target=_blank><font size=2 face=Tahoma>รายละเอียด</font></a></center></td> <td><div align=center><a href=admin_product_edit.php?id_prd=$id_prd>[แก้ไข]</a></div></td> <td><div align=center><a href=\"admin_product_delete.php?id_prd=$id_prd\" onclick=\"return confirm('ยืนยันโปรแกรม $name_prd ออกจากระบบ')\">[ลบ]</a></div></td>"; $i++; $a++; } echo"</table>"; //ปิดการติดต่อฐานข้อมูล ?> </div> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง