I can't figure out why my menu will not appear for me. Both of my pages end with .php .
My page where I can not currently get my menu to appear is the following:
http://robinsden.com/services/computer/computer.php
It is suppose to appear to the left side of the page in that blank space as a list.
The code that I have written in is as such:
<div id="sidemenu">
<?php include("menu.php"); ?>
</div>
The main bit is the middle section. It points to the correct file and all so why then won't it appear?![]()
Bookmarks