Some pictures from Burj Khalifa
2011-08-01
100 words
1 min read
[php]
$file = ‘/var/chroot/home/content/02/6377202/html/wp/wp-content/uploads/copper_albums/Parks_Dubai/orig_DSC_5287.jpg’;
$exif = exif_read_data(“$file”, 0, true);
$key=”EXIF“;
$exif = exif_read_data(“$file”, “$key”);
echo “[table border=”1”]”;
//foreach ($exif as $key => $section) {
//similar_text($section, ‘EXIF’, $p);
//if ( $p == 0 )
//{
foreach ($exif as $name => $val) {
echo “[tr]”;
echo “
echo “
echo “[/tr]”;
}
//}
//}
echo “[/table]”;
[/php]
Related articles
- Burj Khalifa tower (hazimiai.wordpress.com)
- A Better Finder Attributes 5.05 features new EXIF Engine (themactrack.com)
- iExifer 1.3 for Mac – Update takes EXIF viewers to a whole new level (themactrack.com)
- Learn more about Photos from other good Photos EXIF Data (beast4romtheeast.wordpress.com)
Related Articles:
- 2011/06/02 First Destination in Dubai – Creek
- 2011/06/16 Some pictures/photos from Dubai Zoo
- 2010/09/12 Using EOG and other image viewers to learn tricks of photography
- 2011/06/14 Deleting all mails in the N900 (Maemo 5) permanently
- 2011/06/13 My Photos in the Nikon d5100 contest.
Authored By Amit Agarwal
Amit Agarwal, Linux and Photography are my hobbies.Creative Commons Attribution 4.0 International License.