PHP Development Enterprise ???? ????: ?? ?? ?? ??
??? ?? ?????. ??? ?? ???????
<?php require_once('conn.php'); $id = $_GET['id']; $sql="delete from about where id='$id'"; $res = mysql_query($sql); if($res){ echo "<script>alert('刪除信息成功');location.href='about.php'</script>"; }else{ echo "<script>alert('刪除信息失敗');location.href='about.php'</script>"; } ?>
?? ??? ?? ??? ID? ???? ?? ID? ???? ?????