is designed to be extremely easy to implement in both existing web applications as well as new projects. You can add the power of xajax to nearly any PHP script in seven easy steps..
1. Include the xajax class library:
require_once("xajax_core/xajax.inc.php");
2. Instantiate the xajax object:
$xajax = new xajax();
3. Register the names of the PHP functions you want to be able to call through xajax: