To help with the RSS, here is the template to start with, need someone to add the database stuff to call for the articles.
header("Content-Type: text/xml");
$gmtdiff = date("O", time());
$gmtstr = substr($gmtdiff, 0, 3) . ":" . substr($gmtdiff, 3, 9);
$now = date("m-d-Y H:i:s", time());
$now = $now . $gmtstr;
echo "n";
echo "n";
echo "n";
echo "RSS Newsfeedsn";
echo "http://www.yourdomain.com/n";
echo "descriptionn";
echo "".$now."nn";
echo "hourlyn";
echo "1n";
echo "".$now."nn";
database{
echo "n";
echo "".$title."n";
echo "http://www.yourdomain.com/newsdesk_info.php?newsdesk_id=n";
echo "n";
echo "sales@yourdomain.comn";
echo "".$category."n";
echo "".$date."n";
echo "Posted byn";
echo "nn";
}
echo " n";
echo "n";
More...





LinkBack URL
About LinkBacks









Bookmarks