php include file that is included in another file code example
Example: php include once inside a function?
//yes this works
function derp(){include_once(yourfile.php);}
//yes this works
function derp(){include_once(yourfile.php);}