How To Create an RSS Aggregator with PHP and AJAX

By Kris Hadlock | Dec 9, 2005

Imagine using a simple HTML file to send a request to a server-side script, receive a custom XML file based on that request, and then display it to the user without ever refreshing the browser! Kris Hadlock explains how to use a combination of PHP and AJAX to create real-time data transfers in any application without a browser refresh.

Read the full article

| More