Monday, May 08, 2006

Good PHP Tutorials - Using JavaScript and PHP For Web Syndication

Good PHP Tutorials - Using JavaScript and PHP For Web Syndication
JavaScript is a useful tool for syndicating content to other websites. For example, this page displays ads by Google using JavaScript. When you viewed this page, your browser fetched a script from Google then ran the script and displayed ads on the page.

This article examines the pros and cons of JavaScript syndication, explains how to implement it, and demonstrates a technique using PHP to make it even easier.