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


Reply via email to