webluke Posted April 8, 2004 Posted April 8, 2004 Im trying to use some scripts that are PHP and are part of PEAR, yet it dosnt seem to work, I'm thinking that PEAR isnt on the servers. ( http://pear.php.net ) Im just wondering if its not on for a reason or if there is a way that I can use it with out having it on all accounts or what not. Quote
borfast Posted April 8, 2004 Posted April 8, 2004 Hi Luke. PEAR should be installed on all servers. If you don't have it on yours, please submit a help desk ticket so the techs can take care of it. Quote
TCH-Rob Posted April 8, 2004 Posted April 8, 2004 you have two choices, both work 1- ask one of the admins to install the library of pear that you are interested in, into the default include file so that all you have to do is write include 'pear.php'; 2- download the libraries you want and install them on your site. I like to put them outside the public dir. Then all you do is include '/home/your-root/dir/pear.php'; This is from an earlier Surfire and Raul conversation. Quote
webluke Posted April 8, 2004 Author Posted April 8, 2004 Thanks for the help, i had to change some other dir locations in there example and the main script to get it to work. Rock Sign Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.