Thanks for all the helpful responses. I just went ahead with the install and it was fine.
I have installed the PEAR files in the upper most level, in the same directory level as:
public_html
in the folder PEAR.
Upon completing the installation, the files are stored in:
PEAR/PEAR/
Installation tells me to use the following include path for PHP files:
PEAR Installation path (/home/openforum/PEAR/PEAR)
I have since installed the PEAR package: Spreadsheet_Excel_Writer
and have included this in the include path:
/home/openforum/PEAR/PEAR/Spreadsheet/Excel/Writer.php
When I execute the script, I get the following error:
Warning: include(/home/openforum/PEAR/PEAR/Spreadsheet/Excel/Writer.php) [
function.include]: failed to open stream: No such file or directory
I have placed the script file in the public_html folder.
What am I doing wrong?
Thanks for the help!