vijaykumar_php wrote: > Hai friends > > I am facing one problem last few days. Using ajax i will make call to > server getting the map. > Getting the map is working fine but after that put marker for particular > landmark. it is > showing .403 error and loading... message. > > What is the problem? > How to solve this problem ? > > > regards > vijay
20080823 0612 GMT-6 Vijay, hey, first, this is a php list not ajax. Second, you are getting a map from the server and then you are adding something to the map. Like putting a "thumb marker" on the map to show locations? You'll probably need to use GD from php: http://us2.php.net/manual/en/refs.utilspec.image.php to combine those to images. Wade