Mega Code Archive

 
Categories / Php / File Directory
 

Opening files in the include_path

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