Log in

View Full Version : Resolved My menu dose not seem to load.



robin9000
08-28-2011, 02:57 PM
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?:confused:

JShor
08-28-2011, 03:22 PM
menu.php is a blank page.

Please include your problematic code so that we can understand what your problem is.

robin9000
08-28-2011, 09:25 PM
menu.php is a blank page.

Please include your problematic code so that we can understand what your problem is.

Thanks for solving my problem. I do not know how that error happend. I don't know why but your right the page was blank. It now works again. Thanks so much.