Forum Moderators: coopster
<?php
include("DBConnection.php");
// open a file pointer to an RSS file
$fp = fopen ("rss.xml", "w");
// Now write the header information
fwrite ($fp, "<?xml version='1.0'?><rss version='2.0'><channel>”);
[webmasterworld.com...]