thanks, but removing the first slash works fine, of course, if the "inc" directory is in the same directory as the file trying to get at it. But when the file is in a lower directory as in:
/inc/constants.inc (includes folder, file to be included)
/index.php (no starting slash works fine)
/about/about.php (doesn't work)
The reason I need this, is because I have a generic header and footer to include in all files, regardless of where they sit. If I can reference the images directory in html by simply using
img src='/images...'
then you'd think I could do an include the same way in PHP.
Thanks again,
Biggus