This one might be a little more difficult, but I'm going to try and describe what I need.
I am running a fiction (and fan fiction) archive on my website. What I would like would be a script of some sort that would work dynamically within the website to find and display stories for specific categories instead of me having to code the links to the stories individually.
I know this would probably need a MySQL database with a script on the front end, but I don't even know where to begin to look.
For more details on what I'm going for, here is an example:
http://www.fanfiction.net (Beware of the pop ups!) When you select a category on that site, it pulls up all the sub categories, or the stories in that category/subcategory.
Is there anything like that out there, or will I have to dive in and start plugging away at learning full blown PHP (or CGI) for myself?