mysqli_query ($link, $sql)) { $error = 'Error deleting category.'; include 'error.html.php'; exit(); } header('Location: .'); exit(); } } // ...
確定! 回上一頁