色尼玛亚洲综合影院,亚洲3atv精品一区二区三区,麻豆freexxxx性91精品,欧美在线91

PHP實現手機歸屬地查詢API接口實現代碼

復制代碼 代碼如下:
<?php
header(“Content-Type:text/html;charset=utf-8″);
if (isset($_GET['number'])) {
$url = ‘http://webservice.webxml.com.cn/WebServices/MobileCodeWS.asmx/getMobileCodeInfo';
$number = $_GET['number'];
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, “mobileCode={$number}&userId=”);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$data = curl_exec($ch);
curl_close($ch);
$data = simplexml_load_string($data);
if (strpos($data, ‘http://')) {
echo ‘手機號碼格式錯誤!';
} else {
echo $data;
}
}
?>
<form action=”mobile.php” method=”get”>
手機號碼: <input type=”text” name=”number” /> <input type=”submit” value=”提交” />
</form>

php技術PHP實現手機歸屬地查詢API接口實現代碼,轉載需保留來源!

鄭重聲明:本文版權歸原作者所有,轉載文章僅為傳播更多信息之目的,如作者信息標記有誤,請第一時間聯系我們修改或刪除,多謝。

主站蜘蛛池模板: 成安县| 宜章县| 舟曲县| 镇康县| 罗甸县| 定边县| 唐海县| 合川市| 无棣县| 象州县| 云梦县| 四川省| 大安市| 泰安市| 阿合奇县| 普安县| 浑源县| 西乌珠穆沁旗| 西林县| 小金县| 邛崃市| 宜城市| 安吉县| 涡阳县| 灵台县| 洛隆县| 三门峡市| 昂仁县| 桐梓县| 随州市| 娄烦县| 梅河口市| 海阳市| 荣昌县| 鄯善县| 宿松县| 武功县| 襄垣县| 宁强县| 云龙县| 昌邑市|