brothercake
07-22-2002, 04:04 PM
I'm just going
<? include '/includes/file.php'; ?>
but it only works in the root directory. in the next directory I have to go
<? include '../includes/file.php'; ?>
Am I missing something here? I thought the preceding / meant start from root, like with images and js includes?
<? include '/includes/file.php'; ?>
but it only works in the root directory. in the next directory I have to go
<? include '../includes/file.php'; ?>
Am I missing something here? I thought the preceding / meant start from root, like with images and js includes?