I am trying to move my navigation bar into an external php file. So far I have moved it over and names it "navigation.php" and saved it in my root directory.
When i try to call the navigation with my html page nothing appears?
<?php include("navigation.php");?>
Any help appreciated!