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] Re: Newbie and includes Dean Ouellette
- [PHP] Re: Newbie and includes Timothy J. Luoma
- [PHP] Re: Newbie and includes G-no / |{iller
- Re: [PHP] Re: Newbie and includes Rasmus Lerdorf

