Windows NT P3613 10.0 build 20348 (Windows Server 2022) AMD64
C:
/
Inetpub
/
vhosts
/
gyandeepclasses.com
/
pdpandyamcc.com
/
admin
/
C:/Inetpub/vhosts/gyandeepclasses.com/pdpandyamcc.com/admin/deleteresult.php
<?php include_once('../dbconfig.php'); $Result_Id= $_GET['id']; $conn->query("delete from result where Result_Id =$Result_Id"); header('location:noticelist.php'); ?>