theniteowl
Programmer
Hi All,
I have a PHP driven template system that forces all page requests to a site to be pushed through my own template that handles page layout, sets up the dynamic navigation and then loads the requested page in a content window of the template page.
The content pages are created by faculty members at the school this site is for. My template page contains all of the html, head, body, etc, tags.
If the content creator creates a full HTML page with all of those tags in it and it is included into the body of my template page is that going to cause issues with the browser or later on with any scripts on the pages?
Optimally the content should be created solely as markup to go within the existing body but I have no control over what they eventually do and wonder what problems are likely to occur if any.
At my age I still learn something new every day, but I forget two others.
I have a PHP driven template system that forces all page requests to a site to be pushed through my own template that handles page layout, sets up the dynamic navigation and then loads the requested page in a content window of the template page.
The content pages are created by faculty members at the school this site is for. My template page contains all of the html, head, body, etc, tags.
If the content creator creates a full HTML page with all of those tags in it and it is included into the body of my template page is that going to cause issues with the browser or later on with any scripts on the pages?
Optimally the content should be created solely as markup to go within the existing body but I have no control over what they eventually do and wonder what problems are likely to occur if any.
At my age I still learn something new every day, but I forget two others.