At the moment, my website is just plain old html (with a css doc and a little bit of stolen/borrowed javascript) I like it the way it is, but I want to make it bigger and better an pretty much do more.
It's only been up for a few days, but I keep having ideas that I want to add to. The first thing I want to do is have it allow people people register/sign in and submit things, articles etc.
So my question really is, how do I do that? Is it CGI or PHP or ASP or Perl or are some of them the same thing?
Also right now each page of the site is separate witht he same content repeated for the general layout which is a bit of a pain because when I change things or add pages, I have to make the changes on every page I've already made. So is there a way for me to code the layout once and have it repeated on all the pages without using html frames?
Any help/advice would be appreciated,
thanks!