Upon testing, this example seems to work:
PHP Code:
<?php
require_once __DIR__ . '/includes/header.php';
?>
Just to confirm, would this be the correct method? My apologies for all of the questions, I'm just trying to make sure I understand this correctly.