hi
1 - i'm using php code for attaching multiple page with one menu.
in the menu page - <? function menu() { ?>
end of page
<?
}
?>
in the the page calling the menu - <?php
include ("menu.php");
menu();
?>
- lets say that the page locate at /public_html/my domain/test/test1
and the menu is at /public_html/my domain
my qustion is - how to change the php code to call the menu frome the root?
thank you
domain name - free-sharing.com
1 - i'm using php code for attaching multiple page with one menu.
in the menu page - <? function menu() { ?>
end of page
<?
}
?>
in the the page calling the menu - <?php
include ("menu.php");
menu();
?>
- lets say that the page locate at /public_html/my domain/test/test1
and the menu is at /public_html/my domain
my qustion is - how to change the php code to call the menu frome the root?
thank you
domain name - free-sharing.com
Comment