Scottsdayle Warrior
New member
I'm a PHP newbie and I'm trying to get something to work. I'm building a website, and I want to use the PHP Include() function, but I can't get the PHP file to show with the rest of the HTML page when I load it from the server. I have a banner with a drop-down menu that I've cut from my HTML code and put in a separate PHP file called header.php. In the HTML code, I want every page I create to include this header.php. I can type header.php in the url address and see the file just fine, but it's not visible in the main page when I use the include() function. I'm curious what I'm doing wrong. Thanks.