PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
If I have a header for my site with my logo on it that is one table 60px high and 100% wide and call it "header.php" can I include that on my index.php script so that whenever I change the header.php it will update on all my pages that include this? If so, how do I do this? I was sure I came across a website tutorial about writing modular scripts like this but can't find it again.