CHips L MINI SHELL

CHips L pro

Current Path : /opt/cpanel/ea-php54/root/usr/share/doc/pear/HTML_AJAX/examples/
Upload File :
Current File : //opt/cpanel/ea-php54/root/usr/share/doc/pear/HTML_AJAX/examples/xmlserver.php

<?php

include 'HTML/AJAX/Server.php';
include 'support/xml.class.php';

$server = new HTML_AJAX_Server();
// register an instance of the class were registering
$xml =& new TestXml();
$server->registerClass($xml,'TestXml',array('createHealthy','createJunk','writeDoc'));
$server->setSerializer('XML');
$server->handleRequest();
?>

Copyright 2K16 - 2K18 Indonesian Hacker Rulez