VE-Suite RSS Test Page http://www.vesuite.org New testing page en-us Copyright 2007, Vesuite.org RSS In house '; // Select the data from the database $sql = "SELECT * FROM `ve_news` WHERE `publish` = TRUE ORDER BY `priority` DESC LIMIT 10"; $query = mysql_query($sql) or die(mysql_query("Could not select database.")); // Loop through the data while($row = mysql_fetch_assoc($query)) { echo ' '; $row['title'];' ';'http://www.vesuite.org/content.php?id=';$row['id']; ' '; $row['content'];' '; echo date( "r" , strtotime(mm/dd/yyyy,$row['date']);' '; } // Output the footer for the RSS echo ''; ?>