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">
無題ドキュメント align=" center" cellpadding="0" cellpacing="0">
class="STYLE1"> ;漢字の位置コードクエリシステム |
|
;
http://www.bkjia.com/PHPjc/321962.html
www.bkjia.com
true
http://www.bkjia.com/PHPjc/321962.html
技術記事
次のようにコードをコピーします。 ?php global $PHP_SELF; $t1=$_POST['textfield2']; ; $t4=$_POST['textfield4'] // 漢字...