Hi
I have spent a few days searching the web and have as yet found no adequate tutorials/solutions to my problem:
I work for a large website with thousands of pages. Much of the information is duplicated across the site for different partners but is updated regularly. I wanted to separate the information from the pages and use php to pull it in. However, the load on the server would be high and I need the pages in static html for search engine optimisation. Instead I plan to hold the information on an in-house development server (maybe in xml format?) and then write a php script which will grab the required information and put into static html pages which I will then upload as required. The information will be in the form of a header, left_navs, content and footer.
1. How would the php know what information goes with what pages?
2. How can I pull in various bits of information and place them in the right parts of each page?
I'm sure this is possible, but don't have any idea of how to do it. I'm new to php so please explain as simply as possible.
Thanks