Today I’ll be doing a quick tutorial on how to use PHP includes, why they’re better than iframes/frames, and, of course, what they are.
What are PHP includes?
PHP includes are a little snippet of code which basically “includes” another page onto the page where you place this code! It’s very useful for basic webdesign, because it allows you to easily change your layout without having to edit every single file on your website.
Read the rest of this entry »
