query("set names utf8;"); header("Content-Type: application/xml; charset=utf-8"); $dir = dirname(__FILE__); include("$dir/classes/RSS.class.php"); $rss = new RSS($db); echo $rss->GetFeed(); ?>