You can generally put php code anywhere in a html structure. But for example, if you wanted php to output data to the webpage, the php code needs to be at the specific point in the html. So, say if you wanted to output customer details from a database in the content div of your site, the php...