This topic is locked

Displaying Exif Data From Digital Photos

5/4/2011 2:30:23 PM
PHPRunner General questions
J
jebrown author

Is there way to display the exif data from an uploaded digital photo?

Sergey Kornilov admin 5/4/2011

Yes, you can do that. You can set 'View as' type of image field to 'Custom' and add your own code there that read EXIF data and display it on the page.
Check PHP Exif functions for more info:

http://www.php.net/manual/en/ref.exif.php
Specifically you looking for exif_read_data() function:

http://php.net/manual/en/function.exif-read-data.php