Using PHP/MySQL with Google Maps - Dont work for me -


good morning,

i have been doing tutorial , not show me markers https://developers.google.com/maps/articles/phpsqlajax_v3?hl=es

attached file in case can me http://pastebin.com/d7xhrzst archivo.html

the php same same article

thank you

javascript case-sensitive. have

var telefono = markers1[i].getattribute("type"); 

then refer

 + "<br/><b>telefono:</b>" + telefono  

notice difference between telefono , telefono - javascript treats these 2 separate variables, 1 of doesn't exist.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -