No ID present
"; $image_path = "assets/no_image.png"; $image_alt = "No image could be found, sowwy"; } elseif (empty($image['imagename'])) { echo "Could not find image with ID: ".$_GET['id']."
"; $image_path = "assets/no_image.png"; $image_alt = "No image could be found, sowwy"; } else { $image_path = "images/".$image['imagename']; $image_alt = $image['alt']; } ?>".$image_alt."
"; } ?>File Name: ".$image['imagename']."
"; // Image Upload date echo "Upload Date: ".$image['upload']."
"; // Image resolution list($width, $height) = getimagesize($image_path); echo "Image resolution: ".$width."x".$height."
"; ?>Error: Coult not delete image
"; } } ?> Modify image content"; ?>