I have created a basic article publishing system in PHP. I want to add some more features. One of them is publishing articles on a future date.
One way of doing it is to set a condition, in the news display script, to match the date against current date, and then publish.
I Want to:
include a script that polls date, and if it matches dates specified, to do something.. [this script is not called through any other script, but should run in the background.]
Is it possible? What books/information can you point me to?
Thanks in advance 🙂