################################# # 刪除資料 # ################################# function op_delete($sn = "") { global $mysqli; if (!$sn) { redirect_header("index.php", 3000, "刪除記錄錯誤!!"); } #檢查 $sql = "delete from `creative_nav` where `sn`='{$sn}'"; //die($sql); $mysqli->query($sql) or die(printf("Error: %s " . $sql, $mysqli->sqlstate)); return; } ``` 樣板: op\_list sweet-alert套件: 下載: ``` ```
```