my-programming-tutorials-logo

My Programming Tutorials

Get Users Latitude and Longitude using Google Place API and PHP

Last updated on by , 3 comments

Get Users Latitude and Longitude using Google Place API and PHP

This tutorial is prepared for those Developers who want to get users latitude and longitude. This can be done by many methods, here I’m going to use Google Place API to make such things easier. The method and logic I’m going to use is when user fills the registration form up, we’d capture his city value (Note:… Read More »

Autocomplete Address Search Module Using Google API and PHP

Last updated on by , 9 comments

Autocomplete Address Search Module Using Google API and PHP

Today I’m going to show you how you can add an autocomplete address search module on your website using Google Place API web service. In our autocomplete address search module we have used a Jquery plugin named Select2, for type and search feature to our module. SEE DEMO HERE Steps to implement an autocomplete address search module… Read More »