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
function vergikimlik(kno) { | |
var v1 = 0; | |
var v2 = 0; | |
var v3 = 0; | |
var v4 = 0; | |
var v5 = 0; | |
var v6 = 0; | |
var v7 = 0; | |
var v8 = 0; | |
var v9 = 0; |
This file has been truncated, but you can view the full file.
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
/* | |
Türkiye'nin il, ilçe , semt, mahalle, posta kodu veritabanı | |
GÜNCEL : 19.04.2013 | |
Kaynak : PTT | |
Oluşturan : http://www.twitter.com/tserpico | |
*/ | |
DROP TABLE IF EXISTS `pk`; | |
CREATE TABLE `pk` ( | |
`mahalle_id` bigint(10) NOT NULL AUTO_INCREMENT, |