This class can be used to execute server side actions without reloading the current page. It uses XMLHttpRequest objects to send the what is known as AJAX requests and collects the responses that can be used to update parts of a page.
The AJAX requests can be associated to server side PHP scripts that execute the necessary actions and output the request responses.
Download:
- http://www.phpclasses.org/browse/package/2718.html
- http://phpclasses.dmwtechnologies.com/browse/package/2718.html (mirror)
