include '../inc/db.inc.php'; include '../inc/album.inc.php'; $adminPage = true; $id = $_GET['eventID']; if($admin) { if($id) { $result = mysql_query("SELECT photo_url from gns_event_photos WHERE eventID = '$id'"); while($row = mysql_fetch_assoc($result)) { unlink(ABSOLUTE_PATH."events/".$row['photo_url']); unlink(ABSOLUTE_THUMB_PATH."events/".$row['photo_url']); } $result = mysql_query("DELETE from gns_event_photos WHERE eventID = '$id'"); $result = mysql_query("DELETE FROM gns_events WHERE eventID = '$id'"); if($result) { $mess = "