I'm pretty fluent in HTML and CSS but I am very new to PHP coding. What I am trying to do is create a basic menu that I can use on every page on my website. I think that the easiest way to do this is using PHP. I searched on the internet and found a code that will let me include PHP files on any page I want.
<?php include("navigation.php"); ?>
The problem is, the PHP file never shows up when I try to use it. Any advice on how to make it show up? Thanks in advance!
By the way, here is the site I'm making the menu for:
http://www.mmatterslive.com/index.html
And here is my PHP file I'm using:
http://www.mmatterslive.com/navigation.php