<body> <? /* Include */ include("type.class.php"); deldata(); function deldata(){ $obj = new type; $name = $obj->Fetch_type(); $html = "<select name='typename'>"; while($name->hasNext()) { $obj=$name->next(); $html .= "<option value=".$obj->Get_ID().">".$obj->Get_Name()."</option>"; } $html .= "</select>"; echo"<form action='".$obj->Del_type()."' method='post'>"; echo $html; echo "<br><br><input type=submit value=Submit>"; echo "</form>"; } ?> </body> </html>
<? include("connect.php"); include("typeItem.class.php"); /* Create an example object */ class type { public function Del_type(){ echo "aaaa"; } } ?>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง