Ok,
I'm very new to PHP, and I'm sure this question has come up a lot, but for the life of me I couldn't find exactly what I needed in the forum archives. So here goes.
Particularly within the weblogging community, using PHP to dynamically include content within one main index page has become very popular and a convenient way of developing a personal template-type system.
What I would like to do is create such an index page, in which I could create my basic page design, then use a php script to dynamically insert different html files to create subpages. For instance, from the index page, one would link to "http://website.com/index.html?x=links.html" to reach the links page, which would basically be index.html with the links content dynamically included in it.
Hopefully, this would allow me to have a basic html index page that would remain constant throughout the different parts of my site.
I know this is fundamentally a basic thing to do, but as it has become so common, I figured there must be a basic, accepted way to do it. I'd really appreciate a short little explanation of how it's done, as I'm sure many others would. I've scoured the web for this, but apparently it's considered too simple or irrelevant within the PHP community (lol), as there's not much out there.
If anyone does take the time to answer, please don't assume I already know something...again, I'm a newbie. I'll really appreciate the help. THANKS!!!
~JC