This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env php | |
<?php | |
/** | |
* @author Ferdi ÜNAL | |
* @email [email protected] | |
*/ | |
$location = require "location.php"; | |
$json = fopen('location.json', 'w'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* | |
* Şahin Haberleşme SMS API | |
* wwww.sahinhaberlesme.com.tr | |
* | |
* SMS Gönderim API | |
* | |
* Geliştirme : Sinan Eldem |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var google_map = {} | |
window.googleMapInitialize = function() { | |
var $map_address = $('#map-address'); | |
var map_options = { | |
zoom: 17, | |
}; | |
google_map = { |