hello.
I'm getting fatal errors when i try to do the following:
require_once("/defaults.php");
but it will work if i remove the slash (/). Why can't i use an absolute path? Relative paths are not ideal, because i have so many classes and templates in a specific file heirarchy.
is it possible i have to do something with the "include_path" configuration option? Id f so, how would i do that?
Thanks