I've been reading the IPTC guidelines which should just about all the data you can store in an image header. I'm using exif_read_data() to get this information but I keep getting the same error when trying to use this method...
Code: Select all
Fatal error: Call to undefined function exif_read_data()...Code: Select all
echo "<p>" . exif_read_data($files['tmp_name'], 'IFD0') . "</p>";(Also loving the new layout!)