about PEAR

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!

Moderator: General Moderators

Post Reply
yuri1992
Forum Newbie
Posts: 10
Joined: Sun Aug 03, 2008 8:49 am

about PEAR

Post by yuri1992 »

from where i can get this two files
require_once 'PEAR/PEAR.php';
require_once 'PEAR/HTTP/Request.php';

and how i install them on my web
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: about PEAR

Post by Jonah Bron »

I think this is what you are looking for:

http://pear.php.net/manual/en/installation.php
Post Reply