Published on 2005-08-13 11:09:54
HTML_AJAX is the PHP AJAX implementation officially available as a PEAR package.
Provides PHP and JavaScript libraries for performing AJAX (Communication from JavaScript to your browser without reloading the page)
Offers OO proxies in JavaScript of registered PHP or proxyless operation Serialization of data sent between PHP and JavaScript is provided by a driver model, currently JSON and Null encodings are provided
You can install the alpha version using PEAR command line : pear install HTML_AJAX-alpha. You can read more about it at Joshua Eichorn, the HTML_AJAX library creator.
Member of the PHP Magazine Network, Copyright (C) 2005-2008 phpmagazine.net All Rights Reserved