Sorry in advance if this is a really simple thing but I'm really new to mySQL/PHP so I'm not too sure how to do it.
My query is this: I've got my site which is: http://reykelsblog.x10hosting.com/stories.html
As you can see on the site I've got three separate iframes. Clicking something in one iframe opens something in another. At the moment how I've got it is each link goes to an individual html page. As my list of content grows, this will result in a very large amount of html pages which will be a pain to sort through. What I want to do is integrate a database into it so that it dynamically generates the pages for the iframes.
I've got a fairly good grasp on Microsoft Database if in any way that helps
My query is this: I've got my site which is: http://reykelsblog.x10hosting.com/stories.html
As you can see on the site I've got three separate iframes. Clicking something in one iframe opens something in another. At the moment how I've got it is each link goes to an individual html page. As my list of content grows, this will result in a very large amount of html pages which will be a pain to sort through. What I want to do is integrate a database into it so that it dynamically generates the pages for the iframes.
I've got a fairly good grasp on Microsoft Database if in any way that helps