$result = json_decode(file_get_contents("http://api.showji.com/Locating/www.showji.com.aspx?m={$mobile}&output=json"));
if ($result->QueryResult === "True") {
echo $result->Province, $result->City;
}
$result = json_decode(file_get_contents("http://api.showji.com/Locating/www.showji.com.aspx?m={$mobile}&output=json"));
if ($result->QueryResult === "True") {
echo $result->Province, $result->City;
}