I am currently trying to display geolocation of images from a directory, I have managed to display a location for a single image however I'm not sure how to change the code so it reads several files opposed to one. Anyone know? Appreciate your responses.
$exif = exif_read_data("DSCN0010.jpg", 'ANY_TAG', true);
I have tried the following however this doesn't work
$exif = exif_read_data(".metadata images/", 'ANY_TAG', true);