複製程式碼 程式碼如下:
global $PHP_SELF;
/LFechophp
global $PHP_SELF;
/LFechophp
global $PHP_SELF;
/LFechophp
global $PHP_SELF;
/LFechophp
global $PHP_SELF;
/LFechophp
global $PHP_SELF;
/LFecho >$t1=$_POST['textfield1'];
$t2=$_POST['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;
}
?>
BR>"http://www.w3.org/TR/xhtml1/DTD/xhtml1- transitional.dtd">
class="STYLE1">漢字區位碼查詢系統 |
|