|
I'm creating a website for the movie theater in my small town. Right now I'm the only one updating the website every week because the only way to change the web page is by changing the code.
I'd like to make it to where someone else can update the movies that are playing without having to mess with code.
Is there a good tutorial on using a flat-file database? I've tried to use one, but I guess the tutorial I was following was outdated or maybe I missed something.
I don't know.
Anyway, I just have a few things that need to be stored as variables. Then after a week I need the ability to change those variables.
For example...
-------------------------------------------
Title of movie playing now
Rating of movie playing now
Running time of movie playing now
Link to review of movie playing now
Title of movie coming soon
Rating of movie coming soon
Running time of movie coming soon
Link to review of movie coming soon
-------------------------------------------
I just need to be able to store these variables on individual lines and then call them from the index page. Then I need a way to change what's on each of these lines every week.
Any help would be appreciated.
- JC2 <><
|