I want to place google map in my PHP project.. Is it possible to get google map while click on an addresss?? My requirement is “when clicking on the address it will open in maps” Is it possible in PHP?? Anybody please help..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you just have an address written like “10 Downing Street”, you can pass that as a search query to Google Maps.
For example http://maps.google.co.uk/?q=10%20downing%20street
It will help if you also give it more information – like a country. There are thousands of “Downing Streets” around the world – so if you want the one just in Canada, you would say http://maps.google.co.uk/?q=10%20downing%20street,%20canada
The more information you have (State, Post Code / Zip, etc) the more accurate the map will be.