My directory is
/test ---- /include
|---- /dir001
|---- /dir002
|---- /dir201
|---- /dir202
My program (file20201.php3) wants to use the program (lib.php3) which is under the directory of include.
In my program (file20201.php3),I write
require("../include/lib.php3");
the statement but I can't use the program (lib.php3).
Who can tell me how to write the correct statement ?
Thank's A Lot.