Hi, I'm Drew and I'm new here; and I could really use some help. I have a website in which I took offline because I found another host that will provide me with more space at a cheaper price. Before I temporarly took it offline to change domains, I decided I want to revamp the whole site, new layout, etc. Now I'll get to the question at hand. My website provides things such as news, sports, weather alot of stuff including a subdomain that features video sharing like Youtube. When I did my website in the past I used plain HTML, which is ok, but I've been using it for way to long and really want to change the method. I have rebuilt part of the site thus far using ASP, and with this ASP instead of having it like before, I.E. creating every page separtly, I want to have one page for every category. For example, when you go to your local network affiliate website their URLs look like this, theirsite.com/Global/Story.asp?S= or thiersite.com/Global/Category.asp?C= I want to do my site the same way, except without the /Global/ seperation. So for instance say you would come to my website and see a story about Bob eating a hamburger and that story was of some interest to you so you click on it and it would take you to Story.asp, then display the story you wanted and it would be displayed like this in the url mysite.com/story.asp?s=random numbers instead of using the method I've used before which would of looked like this mysite.com/news/bob_eating_a_hamburger.html
My question is, how do I go about doing this? I know how to create the main pages, I.E. story.asp, category.asp, etc. I just don't know how to get the stories, etc to diplay on the main pages. I'm using ASP and an access database.
I hope I haven't confused anyone, cause I think I just confused myself a little more. :-) Whatever help can be provided I will be so thankful with! I've looked everywhere and have asked on different forums, but no one answers. I have basic knowledge in ASP, PHP, HTML, HTM, and XML. So I really want to learn how to do this and advance a little more.
Thanks so much in advance!