Re: [PHP] include_path again

2001-01-26 Thread Richard Lynch
>OK, I figured out that I had forgotten the quotes around the path(s), but I still don't understand the path itself. Will it look in sub directories.For example: > >include_path=".;d:\sites" > >Will PHP look in any subs under sites? No. PHP will not dig through subdirectories looking for files t

[PHP] include_path again

2001-01-26 Thread Shane McBride
OK, I figured out that I had forgotten the quotes around the path(s), but I still don't understand the path itself. Will it look in sub directories.For example: include_path=".;d:\sites" Will PHP look in any subs under sites? - Shane