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/deleteeventimages.php
<?php include_once('../dbconfig.php'); $Event_image_id= $_GET['id']; $conn->query("delete from eventimages where Event_image_id =$Event_image_id"); header('location:eventimageslist.php'); ?>