Forum Moderators: phranque
Has anyone every done anything like this before?
My plan:
- Use windows pc that has php and mysql installed to run system
- Run php script (from the command line) that will pull x amount of articles from the local mysql database and insert them into the actual website database
- The same php script will then recompile my rss feed xml file and then sleep for x amount of time and then the whole process starts over again.
Now some might ask just why not add all the content at once instead of relasing it periodically. My answer is this: I already have a good amount of content and since I dont want the site to appear dormant I will release content in this manor. Also, I am doing this for SEO reasons as well.