$path = 'C:\xampplite\php\PEAR';//your lib dir
set_include_path(get_include_path() . PATH_SEPARATOR . $path);
Title:
Add your lib to include path
Description:
$path = 'C:\xampplite\php\PEAR';//your lib dir set_include_path(get_include_path() . PATH_SEPARATOR . $path);
...
Rating:
4