RSS

warning: Creating default object from empty value in /var/www/old.pateconsulting.com/modules/taxonomy/taxonomy.pages.inc on line 34.

Combine multiple RSS Feeds using PHP.

Need to track and combine multiple RSS feeds? This script will allow you to add RSS feeds from multiple sites and integrate them into yours dynamically. Feel free to use and modify the code below for your own website. Need help with the script? We offer php and web devlopement.
 
 <?php
// simple timeout in seconds
$timeout = 2;

// variable to be used later
$xml_string = "";

Syndicate content