Hi,
i was wondering how you tell your include function to go in a certain directory to get the file.
for example, lets say that my class definition of objWhatever is in upper directory, i would though that i just have to code
include("../class.objWhatever.php3");
but this does not work, anybody knows how to do that?
PS: i do not have access to my php3 conf file.
thx