PHP Tutorials
Home
PHP
PHPxajax tutorial and demos: Ajax with PHP made easy
Marco van Hylckama Vlieg has put together a nice tutorial on the PHP framework xajax.
The tutorial walks through the creation of a server-side PHP xajax function, and the magic of the xajaxResponse class.
Then things are wrapped up with:
$objAjax = new xajax();
$objAjax->registerFunction('makeBold');
$objAjax->processRequests();
Resources
Demo site of xajax in action
Download of the demo code
Xajax Forums
xajax update
A new version of [...]
Related Topics
Sponsored Links
