include "../inc/album.inc.php"; ?>
// Display the photo $id = $_GET['photoID']; $photoQueryResult = retrieve_alum_photo($id); list($photoID, $photo_url, $title, $description) = mysql_fetch_array($photoQueryResult); // Retrieve the image size. //$size = getimagesize(IMAGE_PATH."/$photo_url"); echo "