hi guys...
i'm trying to reference some functions in fns_all.php (in the root directory) that output things like the standard html header and the like...
the file doing the referencing is in a folder a few levels deep, and at the top of that file i have used:
include('/fns_all.php');
which should just look for that file in the root directory should it not under standard absolute referencing rules?
its got me foxed cuz the page is not getting access to the fns_all file... any ideas?
(doesn't work on my local MAMP setup or my VDS)
i'm trying to reference some functions in fns_all.php (in the root directory) that output things like the standard html header and the like...
the file doing the referencing is in a folder a few levels deep, and at the top of that file i have used:
include('/fns_all.php');
which should just look for that file in the root directory should it not under standard absolute referencing rules?
its got me foxed cuz the page is not getting access to the fns_all file... any ideas?
(doesn't work on my local MAMP setup or my VDS)
Last edited: