Hi,
I'm currently designing a webpage for one of my music bands and have a question for more experienced programmers. The idea is a page where all the events (gigs in the past and future gigs).
Since I would prefer not to change the page whenever there is a new event to add, I'm looking for a script that would handle everything for me.
I'm looking for the following features:
- I should be able to append new events (name and date) and some information about it
- The eventpage on my website should be able to acces the database-file and print out (through some sort of iteration I suppose) all the events sorted by date
- I also want to be able to search the database for the first upcoming event ... if such a thing is possible that is
Can someone tell me what scripting language I should use (CGI?), if you maybe know of an existing script that meets this requirements (or can be modified), how I should start if I need to start from scratch ... (maybe a good tutorial?
)
I'm sorry if all this questions seem chaotic, I tried to keep it somewhat structured.[/list]
I'm currently designing a webpage for one of my music bands and have a question for more experienced programmers. The idea is a page where all the events (gigs in the past and future gigs).
Since I would prefer not to change the page whenever there is a new event to add, I'm looking for a script that would handle everything for me.
I'm looking for the following features:
- I should be able to append new events (name and date) and some information about it
- The eventpage on my website should be able to acces the database-file and print out (through some sort of iteration I suppose) all the events sorted by date
- I also want to be able to search the database for the first upcoming event ... if such a thing is possible that is
Can someone tell me what scripting language I should use (CGI?), if you maybe know of an existing script that meets this requirements (or can be modified), how I should start if I need to start from scratch ... (maybe a good tutorial?
I'm sorry if all this questions seem chaotic, I tried to keep it somewhat structured.[/list]
