I have a header.php file one level above the script. When I try to include it the script runs fine and includes in the same directory are included but the header is not included. Any help would be appreciated.
Here is the code I'm using:
<?php
include '../header.php';
?>
Thanks
Here is the code I'm using:
<?php
include '../header.php';
?>
Thanks