Misc
Using PHP to Extract EXIF Information from JEPGs
Submitted by parkviewadmin on Sun, 2012-06-17 21:53.Like most of us digital natives, I have a collected a lot of digital photographs. Most of these are in a JPEG format. A number of years ago, I played around with some PHP scripts to extract EXIF information from a collection of photographs. Of course you need to first compile PHP with exif support. Here is a simple starter script to get you going:
<code>
