Hi I have a rss fetcher that fetches items from rss feeds, meaning that the pages content changes all the time. What can I do to make it save the various fetches into php files. (after they become php, I can do some .htaccess rewrite rules on them) Example: http://video-game-chat.com/final-fantasy/news.php
What you need to do is save the contents into a mysql database. Then you can simply read the database, getting the latest articles to display on the website
sorry for the late post but I had a 6 month ban some time back. Anyways, can you link me a script that can do this?