= $img['Title'] ?>
= $img['AsciiName'] . ', ' . $img['CountryName'] ?>
Camera
= $exif->model ?>
ISO =$exif->iso ?> | f=$exif->aperture ?> | =$exif->exposure_time ?> sec
No exif information available
prepare($imageSelectSql . " WHERE ImageID=? LIMIT 1"); $stmt->bindValue(1, $_GET["id"] ?? 2, SQLITE3_NUM); $img = $stmt->execute()->fetchArray(); $imageURL = "/assets/img/640/" . $img['Path']; $exif = json_decode(stripslashes($img['Exif'])); $colors = json_decode(stripslashes($img['Colors'])); ?>
= $exif->model ?>
ISO =$exif->iso ?> | f=$exif->aperture ?> | =$exif->exposure_time ?> sec
No exif information available