DIR:/home/dna1981/www/logomasters/EC/php/ |
Current File : /home/dna1981/www/logomasters/EC/php/delete.php |
<?php include ("connect.php"); $todaydate = date("Y-m-d"); if(isset($_GET['id'])){ $Delete = $_GET['id']; mysqli_query($LogoMasters, "DELETE FROM EscambiaCounty_Cart WHERE id='$Delete'"); $AddGoTo = "../cart.php"; header("Location: $AddGoTo"); } ?> |