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/deleteevents.php
<?php include_once('../dbconfig.php'); $eventid = $_GET['id']; $conn->query("delete from events where Event_Id =$eventid"); header('location:eventlist.php'); ?>