", $s); $s = str_replace(""", "\"", $s); $s = str_replace("&", "&", $s); return $s; } $gallery = new FlickrGallery(); $id = $_REQUEST['id']; if (!empty($id)) { $info = $gallery->getPhotoInfo($id); $description = nl2br(decodeHTML($info['description'])); $tags = $info['tags']['tag']; ?>