Forum Moderators: coopster
I've touched on PHP but not a whole lot to come up with something right out the top of my head. I'm lost and don't know how to approach this. I think I can write something like NewsPro in PHP (and although NP used flat files, I'd go with MySQL), the only thing that's worrying me is this issue of turning off an image after 2 weeks. (>.<)
Any help and/or guidance would be greatly appreciated.
-- sweatin' bullets
I don't know how it works but a thought could be
1. get today's date
2. compare the date of each story to today as you are building your output
3. if difference is greater than 14 days don't show the image
that way it is self updating and doesn't involve any changes on a daily basis