The script is supposed to "change the content every 7 days".
For example, on sunday at a certain time all of the movies randomly change. They stay the same all week through, and when sunday comes again, they change again. Over and over. And even though they may be 30+ movies in my folder, it should only display about 5 at any given time.
If weekenders script displays a diferent movie(s) each day then this is not what I wanted.
Your idea sounds like what I'm trying to do, but I was hoping to avoid a database. There is no way to have an embedded PHP script do all this?
I mean why not just have a script snag a specific day/time from the server and at that moment randomize whats displayed, and keep it set until that day/time is set again?