include("header.php"); ?>
$username = $_COOKIE['usrnme'];
$id = $_GET['id'];
$q = "DELETE from phpbb_images WHERE id='$id' and name='$username'";
$rs = mysql_query($q) or die ("Could not execute query : $q." . mysql_error())
?>
Image Deleted!
[Back]
include("footer.php"); ?>