// Google Geocoding API Key $apiKey = 'API KEY GOES HERE'; $address = urlencode( '1600 Amphitheatre Pkwy, Mountain View, CA 94043' ); $url = "https://maps.googleapis.com/maps/api/geocode/json?address={$address}key={apiKey}"; $resp = json_decode( file_get_contents( $url...
Read More
If you're serious about investing and want to know how to make a passive income, you know that price tracking is critical to success. I'm always looking to minimize costs,...
Read More
The easy way to access your Google Drive spreadsheets from your web application
Not a php fan? These are the steps you should follow