Posts Tagged ‘map

06
Nov
09

php and google map

this is a simple tutorial how we get address from database and then view the address location using google map.

first create a company company

CREATE  TABLE  `address` (
`id` INT NOT  NULL  AUTO_INCREMENT  PRIMARY  KEY ,
 `company_name` VARCHAR( 100  )  NOT  NULL ,
 `address` VARCHAR( 255  )  NOT  NULL ,
 `city` VARCHAR( 100  )  NOT  NULL
) ENGINE  =  MYISAM ;

let’s insert some data;

 Continue reading 'php and google map'



Calendar

May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031  

Blog Stats

  • 38,558 hits

Category