William: So when I type the filename how would the code look by adding that "pwd" command? I know the command is: <?php include ('header.php) ?> It will now look like this: <?php include ('http://tamara-braun.com/header.php') ?> Now, I tried that and it didn't help. I had to copy the header and sidebar files and place them in the subfolder where the I received the error on the file I quoted. Thanks again. NWN William Piper <[EMAIL PROTECTED]> wrote:
This means that it couldn't find the file. If you use include('header.php'); it php tries looking in the local directory, then the include_path. If it can't find it in either, then it will spew the warning that you see. Try giving a full path to the file. For example, go to the directory that has the file and type "pwd", linux will show the full path. Copy that & paste it into the include along with header.php. William Piper Please remember to write your response BELOW the previous text. Community email addresses: Post message: php-list@yahoogroups.com Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links --------------------------------- Be smarter than spam. See how smart SpamGuard is at giving junk email the boot with the All-new Yahoo! Mail [Non-text portions of this message have been removed]