try
<?php
    require (includes/footer.php)
?>
Hint: You May or may-not need parenthesis around includes/footer.php.

"Dean Ouellette" <[EMAIL PROTECTED]> wrote in message
005801c1dd8c$4c6e9500$0200a8c0@yoda">news:005801c1dd8c$4c6e9500$0200a8c0@yoda...
> Newbie who has my include working with this
> <?php
> include ('includes/footer.php');
> ?>
>
> Problem is when I try to use this with files in other directories I use
> <?php
> include ('/includes/footer.php');
> ?>
>
> Then get file cannot be found.  Is there a way to do this?
>
> Dean
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to