Skip to content

Instantly share code, notes, and snippets.

<script src="//maps.googleapis.com/maps/api/js?key=API_KEY_YAZILACAK&libraries=places,geometry&language=tr"></script>
function initialize() {
var mapOptions = {
center: new google.maps.LatLng(38.963745, 35.243322000000035),
zoom: 4,
mapTypeId: google.maps.MapTypeId.HYBRID,
mapTypeControl: false,
panControl: false,
$url = 'https://www.castajanspro.com/admin/basvuru.php?act=ist-1&page=1';
$urlarray = explode("&", $url);
array_pop($urlarray);
$sonUrl = $urlstring = implode('',$urlarray) ;