10 lines
710 B
PHP
10 lines
710 B
PHP
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<?php echo $_GET['longitude']; ?>
|
|
<div style="overflow:hidden;width: 700px;position: relative;"><iframe width="700" height="440"
|
|
src="https://maps.google.com/maps?width=700&height=440&hl=en&q=,<?php echo $_GET['latitude']; ?>,<?php echo $_GET['longitude']; ?>+(Titel)&.jkgjhkg;ie=UTF8&t=&z=17&iwloc=B&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><div style="position: absolute;width: 80%;bottom: 10px;left: 0;right: 0;margin-left: auto;margin-right: auto;color: #000;text-align: center;"></div><style>#gmap_canvas img{max-width:none!important;background:none!important}</style></div><br />
|
|
|
|
</html>
|
|
<html>
|
|
|