Black Eagle Team Minishell
Path:
D:
/
inetpub
/
vhosts
/
supauldairy.com
/
httpdocs
/
MAIN
/
[
Home
]
File: deletetender.php
<?php echo $pid = $_GET['id']; include 'config/config.php'; $query = "DELETE FROM tender WHERE slno = {$pid}"; $fire = mysqli_query($con,$query) or die ("cannot insert data".mysqli_error($con)); echo "<script> location.href='tendermaster.php' </script>"; ?>
©
2020 Black Eagle Team