I need my site to occasionally read a file in order to update itself. (Daily or weekly if possible)
Is php capable of this alone? (From what I've seen the answer is "no")
What else can I use to do this? (Sql seems like it might work, but I've searched and can't tell for sure)