Hi all,
Okay, my 'include path' is defined as .:/usr/share/php in the php.ini
If I stick a file (MyTest.inc)in that directory and then
include("MyTest.inc");
it works fine.
My problem is that I would like there to be sub-directories under /usr/share/php
like /usr/share/php/HTML_LIB
and /usr/share/php/DB_LIB
etc
etc
I can't seem to make that work? Can anyone help?
THanks
Nick