"; //echo "alert('審核中,已無法刪除');"; echo "alert('資料無法刪除');"; echo "location.href='pricereview-index.php'"; echo ""; exit; } */ $db_query = "delete from bargain_supplier where bid = '$id'"; if ($rs = mysqli_query($link, $db_query)) { $db_query = "delete from bargain where id = '$id'"; mysqli_query($link, $db_query); } header("Refresh:0; url=bargain-index.php?function_name=bargain&".$token_link); ob_end_flush(); ?>