Ok, my question is more about the how than anything else because I'm almost 100% sure php can do what I want it to. However, having just discovered what it is two days ago, I could really use some help here.
What I'm trying to accomplish is only having to build one html document with all the graphical design, tables, and page layout that I want the entire site to have. In this html document, I only want to have the constant, basic layout stuff and then have some sort of reference in the body for it to retrieve the html body text stuff for that page from various text files, depending on what link the person clicked on.
The idea would be that I'd only have to change one html (php) file if I decided to alter the design of the website and all the text for the sections of the site would exist only in a raw form in other files.
How can I make this happen? If it matters, I don't care the generated pages are indexable by search engines. I'm more than anything just interested in the flexibility this sort of site layout would give me.
Thanks,
Mike