Chapter 6. Ajax package

Table of Contents

files
usage

files

  • axjaxdemo.php: demo file showcasing construction of a complete ajax client/server solution in a single php file, based on xmlrpc and jsolait

  • ajaxdemo2.php: demo file showcasing construction of a complete ajax client/server solution in a single php file, based on xmlrpc and jsxmlrpc

  • ajaxmlrpc.inc: file containing core logic to wrap xmlrpc function calls and exposed methods into js objects

  • sonofajax.php: demo file showcasing construction of a complete ajax client/server solution in a single php file, based on jsonrpc