Forum Moderators: coopster
Running a blog on WAMP, and I have a PHP file that generates my RSS feed in the admin section. Typically I enter a new article then run the RSS generator script following it.
...now I've adopted a system whereby I can future date articles. However, until the date arrives, they won't show up on the page or in the RSS feed... which is good. However, I can only generate the RSS feed manually. Therefore, until I go back and manually run the RSS generator script, the article will not be included in the feed (though it will appear on the page).
I'm not sure how Wordpress or other blogging software does it... but I wanted to schedule a task to run the RSS generator PHP script nightly. That way it will pick up any future dated articles as they appear, and automatically.
Question: I'm not sure how best to automatically run a PHP script, especially as it's in a password protected location. Suggestions?
Good luck :)
[edit]
>>>Running a blog on WAMP
LOL
I should have known**
[/edit]