Hi members, How can I install PHP PEARS in my domain account? Regards, Blaze.
Installing PHP PEAR
Collapse
This topic is closed.
X
X
-
Re: Installing PHP PEAR
I am also needing more info about PEAR. The only thing I know is that if you go to the control panel, there is an icon that guide you to the installation of PEAR.Victor
My Website
-
-
Re: Installing PHP PEAR
You can find exhaustive documentation at http://pear.php.net/
(A Google Search is all it takes to find the authoritive answers)
Comment
-
-
Re: Installing PHP PEAR
PEAR is not an application to install although there is a core "package" that is responsible for installing other packages and reporting errors. It is a collection of functions (or so called packages) that you can use inside your own PHP application. You can install PEAR packages through your cPanel, -> Software/Services -> PHP PEAR packages. There you can display available modules, select and have them autoinstalled.Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!
Comment
-
-
Re: Installing PHP PEAR
Originally posted by blazesocket View PostMy problem now is that the PHP pear package is directed to home/username/php. How do I integrate this into my php code. I used require(home/username/php/HTTP_Upload.php) and I get wrong directory error.Originally posted by Vasili View PostYou can find exhaustive documentation at http://pear.php.net/
Comment
-
Comment