ruạṛ
<?php session_start(); require_once $_SERVER['DOCUMENT_ROOT'].'/admin/scripts-includes/universal.php'; $conn_ID = connect_to_db(); if(!$ship_id = is_numeric_id($_GET['ship'])) { getout('Entry not found','../shipping.php'); exit; } //delete this entry mysql_query("delete from shipping where ship_id='$ship_id'"); $message = 'Entry deleted successfully'; getout($message, '../shipping.php'); exit; ?>
cải xoăn