I have a var in an include file called settings.php. At the beginning of a function if I include_once the settings.php file the var is NULL and does not exist but if I just include the file, I can reference the var. Yes, I've read the manual but it doesn't seem to shed light on this issue.