I can't seem to get my head around structuring a data heavy website. I understand you can break up the sections with php, but when it comes to the main content - how do you store that externally, and how do you go about loading it?
If I was to store the the content data in an XML file, if it's storing data only, what if you needed to throw an image in - the XML would dismiss the img markup.
How do you do it generally?