<?
//*** Update Record ***//
include_once("../includes/class_mysql.php");
include_once("../includes/config.php");
$db=new DB();
$db->connectdb(DB_NAME,DB_USER,DB_PASS);
$arr["update"]=$db->update(TB_CATEGORY,array("name"=>"$_POST[name]",
"seq"=>"$_POST[seq]"
),"id='$_GET[id]'");
?>
<a href="Edit.php">Edit Successful</a>
<Meta http-equiv="refresh"content="1;URL=Edit.php">
ไม่มีความคิดเห็น:
แสดงความคิดเห็น