I'm using a web program that generates various .php pages for the backend of my business.
To make these pages look like the rest of my website, I'm copying and pasting their code into my own layout code and then saving it back into their program. The problem, however, is that the portion of code I can see and edit in the program is just the html code. So now their pages "look" like mine, but they certainly don't behave like they are supposed to.
I would like to use some include statements to call the necessary .php files required to bring back the functionality but I can't seem to do that in standard html. All of their templates render this way so I don't have the option of changing the file type to .php.
Any idea how I can have an html file include some php pages?
Thanks,
Magus