Creating Scheduled Tasks
I have a php script that I run that parses some XML data that is used in a page that I created that plays with all the vb framework rules, etc. What do I have to do to get my script page (not the display page) to run in the VB Scheduled Tasks?
All I need it to do is basically go to the page and it does all the work, do I need to make my page return something?
Looking for some direction, thanks!
More info, I have a perl 'cron-like' script on my server already, but it'd be nice to be able to put what I have in there in with the VB stuff so I only have to manage all this in one place.
|