1、Extract the xajax_0.2.4.zip file to the xajax directory.

2、The xajax PHP object performs the function of an intermediary between the client application and the server. First, include the xajax class library

3、Xajax provides the xajaxResponse class to send a response to the client application.

4、The PHP functions return an XML response that is returned to the client application by the xajax object.

5、The xajax object creates wrapper functions for the PHP functions that may be invoked from a PHP script or an input form event handler.

6、Using the getFormValues() method, an array of form field values may be submitted as an argument to an xajax asynchronous wrapper function.

7、xajax对象为可能从php脚本或输入表单事件处理程序中调用的php函数创建包装器函数。