useing my own db info to replace parts of a url and open in a iframe
- by Morpheus Lucid
print ("http://maps.google.com/maps/api/staticmap?center=");echo $City;print (",");echo $City;print (","); echo $State;print ("&zoom=14&size=500x500&maptype=roadmap&markers=color:blue|label:S|"); echo $Latitude;print (",");echo $Longitude;print ("&sensor=false")");
when page is loaded it prints right but would like to take the results from this and put into a iframe so when page loads it shows the map of the entry