|
RSS2MYSQL
-
Version
2.0
RSS2MySQL is a very simple script that takes multiple
rss feeds(or just one), and stores their items nto a
mysql database table.
With this "pool", you can call items randomly onto
your webpage with every page load. Use css stylizng
the customize the output.
Randomizing the rss helps you to avoid the duplicate
content issues by creating a unique content-thumb-
print with every page load.
Declaring multiple rss feeds mixes content from
multiple sources, further randomizing your output. You
can still use this script to parse and randomize
single feeds as well.
Features
1. Add as many feeds as you want
2. Randomize feed items on every page render
|