I need to create an RSS feed from articles in my database... <?xml version="1.0" encoding="utf-8"?> <rss version="2.0"> <channel> <title>Swing-Trading.com</title> <link></link> <description>Description of Feed</description> <category></category> <generator>RSS 2.0 generation class</generator> <docs>http://blogs.law.harvard.edu/tech/rss</docs> <item> <title>TITLE</title> <link></link> <description>CONTENTS</description> </item> </channel> </rss> PHP: I just have a script that replaces TITLE and CONTENTS; however, CONTENTS only works if it is short. If I want to put a lot of information what do I do??
Create a little script that creates the XML feed for you, if you like PM me your db structure and i'll create it for a small price! (and pm the details)