Why doesn't anyone just use the default PHP include path? /usr/lib/php.
It's the best way to store your includes without having to worry about what directory level you're one.
in /usr/lib/php i make new folders for each project and include files as so:
<?php include("newproject/file.php"); ?>
Easier than writing code on every page
