views:

67

answers:

4

Where can I find the tutorial or example to use Google Maps with PHP, SQL Server and JavaScript?

Example:

If I want to apply Google Maps into my website, which when the user key in the suburb name, then it will return the map of the suburb and show a mark for each of the locations of shops belonging to my company.

A: 

You can use the PHP class Easy Google Map.

Wasim
A: 

Here would be a good location to start: Google Maps Examples

Just look into the source code of the examples, you're interested in. You can get far with just copy and paste.

EDIT: I just noticed, that I refered to the API v2, which is deprecated by now. You might better use the Tutorial for v3.

Josua Schmid
A: 

What exactly are you trying to do? The are loads of tutorials out there, but first you have to decide on what you want your application to do.

aniri
A: 

I used the tutorial "jQuery and Google Maps Tutorial: #1 Basics" to get familiar. It uses MySQL, but you could probably substitute it with SQL Server.

mcgrailm