I have a link such as
home.php
and its in my menu.php script, i call this script from many pages and folders, it works well in my main folder but if i go up a level to contacts folder it only works for contact/home.php
so the link needs to be ../home.php
How an i script my menu.php to ensure someone will always get to the right folder?
Oh without using http://www.example.com/home.php as this script will be used on many different domains.