I\'m making a PHP application involving Google Maps. Maps only accepts lat&lng pairs, and the data I want to display comes only with UTM style coordinat
Another possibility is the package proj4php (https://github.com/proj4php/proj4php). Very powerful and it allows converting from and to many different coordinate systems.