Ok, well, I have made my new design for my website.. a simple.. website template I made in Adobe Photoshop and coded in Dreamweaver.. and I kind of ran into a problem. And I don't know what to do. Basically how can I manage the content on the front of the page, because I still want it to be my blog also. And I would like to add pages with tutorials, FAQs, games, etc etc. I was thinking about just doing this..
<?PHP include("header.php") ?>
<?PHP include("navigation.php") ?>
Content here.
<?PHP include("footer&misc.php") ?>
But, I don't know if this is the easiest way, and an actually safe and simple way to organize
dynamic content on each page. Such as the tutorial pages, contact page, etc etc. What ideas do you have on this? I pretty much am stomped on what to do.
Brandon