Is there a way to get long/lat for a given address in Google Maps with only PHP?

google-maps, php

Solution

Yes, there's a HTTP geocoding interface that you can call from any server language.

Problem

I know this is possible in Javascript but I need to do it using only PHP, how can I?

Original source