Hi all.. i seem to have a glitch and i dont knwo how to fix it.. I learnt how to add single menu php code from navaldesigns thread.. and it works fine..
well i made one with an image and menu and it seem to be working.. on the some pages the image and menu will show and on others only the menu will show.. the image will have an X on it...
i dont understand why it is not working on al the page as i used the same include php code on al the pages.. if anyone cna help it willbe greatly appreciated...
here are the links it does not work on..
here is the code i have in the html box on the php pages
<?php
include ("menu.php");
menu();
?>
and on the menu page start
<? function menu() { ?>
End of page
<?
}
?>
so it works on some of my pages and not others..
any advice and help will be appreciated...
thansk Aaron
well i made one with an image and menu and it seem to be working.. on the some pages the image and menu will show and on others only the menu will show.. the image will have an X on it...
i dont understand why it is not working on al the page as i used the same include php code on al the pages.. if anyone cna help it willbe greatly appreciated...
here are the links it does not work on..
here is the code i have in the html box on the php pages
<?php
include ("menu.php");
menu();
?>
and on the menu page start
<? function menu() { ?>
End of page
<?
}
?>
so it works on some of my pages and not others..
any advice and help will be appreciated...
thansk Aaron
Comment