View Single Post
Old 10-09-2012, 12:01 AM   PM User | #7
andrew55
New Coder

 
Join Date: Mar 2012
Posts: 18
Thanks: 4
Thanked 0 Times in 0 Posts
andrew55 is an unknown quantity at this point
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.
andrew55 is offline   Reply With Quote