: I believe that you will need to rename your navigation file to navigation.php and then use <div id="nagivation"> <?php include("navigation.php");?> </div> to get what
I believe that you will need to rename your navigation file to navigation.php and then use
<div id="nagivation">
<?php include("navigation.php");?>
</div>
to get what you are looking for. Most scripting languages will not include raw .html files. Also make sure there is not space between 'include' and '()' otherwise it will not execute. S a simple rename with no changes to what is inside should fix this.
One last thing you should look at is including the .js file
<script type="text/javascript" src="js/ecmNavigation.js"></script>
after your css files instead of before. This should improve the download speed for your users.
More posts by @Connie744
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.