วันจันทร์ที่ 18 สิงหาคม พ.ศ. 2557

PHP ลบข้อมูลใน table

<?
include_once("../includes/class_mysql.php");
include_once("../includes/config.php");
$db=new DB();
$db->connectdb(DB_NAME,DB_USER,DB_PASS);
$db->del(TB_CATEGORY,"id=".$_GET["id"]."");/*หรือ ,"mem_id=".$_POST[id]."" ||  "mem_id='$id'"  */

echo "Delete Successful";

?>
<Meta http-equiv="refresh"content="1;URL=Edit.php">

ไม่มีความคิดเห็น:

แสดงความคิดเห็น