cache_dir = './temp'; $rss->cache_time = 1200; // Try to load and parse RSS file if ($rs = $rss->get('http://www.keralaclassified.com/rss.php')) { // Show website logo (if presented) //if ($rs[image_url] != '') { //echo "\"$rs[image_title]\"
\n"; //} // Show clickable website title // echo "$rs[title]
\n"; // Show website description //echo "$rs[description]
\n"; // Show last published articles (title, link, description) echo "\n"; } else { echo "Error: It's not possible to reach RSS file...\n"; } ?>