Over on Informit.com is a great article I found that shows step-by-step how to create an RSS Aggregator with PHP and AJAX.
This seems like a great tutorial to get you started on AJAX, since it covers GET and POST to PHP via JavaScript, which is what’s required for AJAX.
It follows with a section on parsing the data returned.
