* @copyright 2005 Joshua Eichorn * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @version Release: 0.5.2 * @link http://pear.php.net/package/HTML_AJAX */ // include the main HTML_AJAX class include 'HTML/AJAX.php'; // our simple test class include 'support/test.class.php'; // create an instance of HTML_AJAX $ajax = new HTML_AJAX(); // register an instance of the test class $ajax->registerClass(new test()); // handle and ajax call, if one is made die, else continue processing if ($ajax->handleRequest()) { die(); } ?>
Error Target
Target
Event Log