Click to See Complete Forum and Search --> : Global Includes


Exuro
07-28-2003, 09:49 PM
On my website I have the same files included on every single page with a <?php include(); ?> at the top & bottom of each page. I've noticed that sites like Tripod and Angelfire automatically include code at a certain position in your page... I was wondering if there's some sort of server variable that you can set that will auto-include files (doesn't have to be through PHP or anything) so that I don't have to put those <?php include(); ?>s on every page of my site. I'm running Apache2 on a WinNT platform. Thanks!