コードをコピーします コードは次のとおりです:
global $PHP_SELF;
$t1=$_POST['textfield1']; ['textfield2 '];
$t3=$_POST['textfield3'];
$t4=$_POST['textfield4'];
// 漢字 - 場所コード
if($t1!=""){
$t2= sprintf("%02d%02d",ord($t1[0])-160,ord($t1[1])-160);
//echo $t2
}
// 市外局番--漢字
if($t3!=""){
$t4 = chr(substr($t3,0,2)+160).chr(substr($t3,2,2)+160); //echo $t4 ;
}
?>
"http://www.w3.org/TR/xhtml1/ DTD/xhtml1-transitional .dtd">
class="STYLE1">漢字位置コード照会システム < |