"; //echo "alert('審核中,已無法刪除');"; echo "alert('資料無法刪除');"; echo "location.href='pricereview-index.php?function_name=pricereview&".$token_link."';"; echo ""; exit; } */ $db_query = "update pricereview_main set status = 'D', creater = '$user_id', create_at = '$create_at' where id = '$id' and status = 'Y1'"; $rs = mysqli_query($link, $db_query); header("Refresh:0; url=pricereview-index.php?function_name=pricereview&".$token_link); ob_end_flush(); ?>