PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
AFAIK PEAR is not a PHP module, it is a collection of classes/files, so you must include the apropriate file first (and it is easier if the PEAR location is in the include path).. On my Debian system the PEAR files are located in /usr/share/pear
using ../ would only hit it if your webroot is C:\php or C:\ and your access file is in directory in C:\php\pear..
First, Make sure that the includepath has C:\php\pear in it, then just include the pear files without a path.. Which one is the right one I dont recall, we have manuals for such