Hi Kyle M,
I would guess it's:
include("../your_file_name.php");
The number of levels you want to go back toward the root, you add on the "../" before the file name.
If for some reason you want to back up 2 levels, it would be:
"../../your_file_name.php"
And 3 levels, it would be...