hi,
is there anyway to find out if a file can be automatically included on everypage of the php files?
Like say I have a file called common.php, instead of doing:
include "common.php";
on every single page, i would like just to leave that line out, but at the same time that file will be included.
thank you