Then I send these photos to my ISP and there combined with some had coding on my part and for my proof-of-concept-to-self guided by this resource at http://www.php.net/manual/en/function.e ... d-data.php I write a nifty
php script to extract/present a date, description....
$GPS = exif_read_data ('images/2010/IMG_0002.1.jpg','GPS' ,0 );
echo $DateTime = $GPS['DateTime'];
echo '
';
echo $ImageDescription = $GPS['ImageDescription'];
echo '
';
......
Your thoughts, guidance and/or links are gratefully appreciated.
Best,

