コードをコピーします コードは次のとおりです:
header("Content-Type:text/html;charset=utf-8");
if (isset($_GET['番号']) ) {
$url = 'http://webservice.webxml.com.cn/WebServices/MobileCodeWS.asmx/getMobileCodeInfo';
$number = $_GET['number']; );
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, "mobileCode={$number}&userId="); , CURLOPT_RETURNTRANSFER, true );
$data =curl_exec($ch);
$data = simplexml_load_string($data);
echo '携帯電話番号の形式が間違っています!';
echo $data;
}