Does anyone know if there is a way to read geotag data from photos in PHP?
Thanks
You can use the EXIF functions of PHP:
exif_read_data($file);