Link to home
Start Free TrialLog in
Avatar of nouse33
nouse33

asked on

database beginner

I'm trying to figure out what to learn in order to implement an idea.  I'm working on a webpage for my band and I would like to have our "upcoming shows" page database powered.  I would like to be able to add info for shows (date, time, venue, etc.) in a database and have the webpage dynamically updated.  I would like new show to be added to the shows page and old shows to be moved to our "past shows" page the day after.
so what do i need? asp?
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

Well ASP is one way ther are also other scripting languages like PHP that can do it.  However, what you use depends on what is available on the server.  If you are not hosting the site yourself, then you will need to find out what is available and supported server side, and what restrictions there are on scripting and database access.  

If you are hosting it yourself, then which server software you using will dictate what you acn use.

Cd&
ASKER CERTIFIED SOLUTION
Avatar of jpoesen
jpoesen

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial