1.你的文件格式為gkb
2.<?php
define ('XAJAX_DEFAULT_CHAR_ENCODING', 'gbk' );
require_once("xajax/xajax_core/xajax.inc.php");
//5.編寫注冊的PHP函數,並且在函數中使用xajaxReques對象返回XML指令
function processForm($aFormValues){
}
?>
3.<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk">
</html>
4.數據庫連接mysql_query("set names 'gbk'")
5.
不要保持默認的