php 帝国获取地域代码
<?
$nav='city';
$ip=getIP();
$City=getCity($ip);
$r=$empire->fetch1("select id,name from {$dbtbpre}extend_linkage where name='$City[city]' limit 1");
$cityid=$r[id];
$cityname=$r[name];
?>
<?
$nav='city';
$ip=getIP();
$City=getCity($ip);
$r=$empire->fetch1("select id,name from {$dbtbpre}extend_linkage where name='$City[city]' limit 1");
$cityid=$r[id];
$cityname=$r[name];
?>