Opening files in the include_path
<?php $fh = fopen('file.inc','r',true) or die("can't open file.inc: $php_errormsg"); ?>