"7", "7"=>"4"); $tmp_b = strtr($b, $list); $tmp_c = strtr($c, $list); } if($tmp_b < $tmp_c) echo $c; if($tmp_c < $tmp_b) echo $b; echo "\n"; ?>