Okay, the subject seems perhaps too straightforward, so I will explain what I need to do.
And before I get slammed for admitting the following, please know that I learned html by hand-coding in notepad. People would ask what program i used, and i never knew what they meant. Anyway, years passed, and I worked for a company that used Frontpage and for whatever reason, it stuck with me. Yeah, it has problems, but I use it. Still do mostly hand coding, but never the less, I use frontpage and have always used their include function. Most sites I design have a common header, sidebar, and footer, and therefore, it is nice to simply include that file and update only the one header.html file, for example, and then have that update affect all the other pages.
So my question is does the php include work this way, and if so, could you please give me the syntax.
And along with this, part 2 of the question is regards to how well the php include works. What I mean by this is the following. For frontpage, even if I included the file via the frontpage instruction/coding, but if i then went and hand-edited the particular included file in question, the changes would not propogate throughout the site when viewed in a browser. The only way to get the changes to propogate throughout the site would be to make the changes, to the included file, in frontpage.
So that is also something I"m looking to not have to deal with. So does the php include basically work immediately and you can just hand-code the changes, and then BAM, the changes show all throughout the site?
Thanks.
Jonathan