", $s); $s = str_replace(""", "\"", $s); $s = str_replace("&", "&", $s); return $s; } function formatDateTaken($d) { // This is of the form YYYY-MM-DD HH:mm:SS $format = 'j F Y'; $formattedDate = date($format, strtotime($d)); return $formattedDate; } function formatDatePosted($d) { // This is a unix timestamp $format = 'j F Y'; $formattedDate = date($format, $d); return $formattedDate; } $gallery = new FlickrGallery(); $id = $_REQUEST['id']; if (!empty($id)) { $info = $gallery->getPhotoInfo($id); $description = nl2br(decodeHTML($info['description'])); $tags = $info['tags']['tag']; ?>
Hide info
Taken on:
Posted on: