so guys, me and my friend have been writing down lyrics for many many trance songs over the last 7 or 8 years. My website is pretty straightforward
Letter from A - Z and then artist names and then when yo click on artist, the list of songs opens up and then there are a bunch of static HTML pages
Now to ease maintenance I want to store all this info into a database and create a database driven website. [In the meantime update some programming skills as well]
so I know
1. I would first need a parser to look through all my html files and parse data,
3. post the data from parser into a database.
3. publish the data [ I guess I can mysql, php for that, my sis knows that and hopefully she can help me with that]
what languages should I learn. are there any automated tools that can do step 1 and 2.
Letter from A - Z and then artist names and then when yo click on artist, the list of songs opens up and then there are a bunch of static HTML pages
Now to ease maintenance I want to store all this info into a database and create a database driven website. [In the meantime update some programming skills as well]
so I know
1. I would first need a parser to look through all my html files and parse data,
3. post the data from parser into a database.
3. publish the data [ I guess I can mysql, php for that, my sis knows that and hopefully she can help me with that]
what languages should I learn. are there any automated tools that can do step 1 and 2.