<!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>แสดงหมวดสินค้าทั้งหมด</title> <link href="admin_style.css" rel="stylesheet" type="text/css" /> </head> <body> <script language="javascript"> function Conf(object){ if (confirm("คุณแน่ใจไหมว่าจะลบข้อมูลนี้ ")==true) { return true; } return false; } </script> <? include "../config.php"; $sql = "select * from producttype"; $result = mysql_query($sql); if($result) { echo"<center>หมวดสินค้าทั้งหมด<br /><br />"; echo"<div class='CSSTableGenerator'>"; echo"<center><table width='300'>"; echo"<tr>"; echo"<td>ชื่อหมวดสินค้า</td>"; echo"<td>แก้ไข</td>"; echo"<td>ลบ</td>"; echo"</tr>"; while($dbarr = mysql_fetch_array($result)) { echo"<tr>"; echo"<td> $dbarr[type_name] </td>"; echo"<td><a href='index.php?id=4&type_id=$dbarr[type_id]'><center>แก้ไข</center></a></td>"; echo"<td><a href='index.php?id=6&type_id=$dbarr[type_id]' onclick='return Conf(this)'><center>ลบ</center></a></td>"; echo"</tr>"; } echo "</table></center>"; echo"</div>"; } else { echo"<br/><br/><br/><center><font size=4 color=red>ขณะนี้ไม่มีข้อมูลหมวดสินค้าในฐานข้อมูล</font></center><p><p>"; } ?> </body> </html>
Quote:ช่วยใส่โค้ดขึ้นบรรทัดใหม่
echo "<br>"; // นี่เลย code ขึ้นบรรทัดใหม่
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง