[PHP] Re: Pear question

2004-05-20 Thread Aidan Lister
All of this information is on the http://pear.php.net/ website. A simple usage example of PEAR::DB is here: http://pear.php.net/manual/en/package.database.db.intro-connect.php Basically, once you've established that PEAR is installed the user simply "loads" the script. Eg. If this fails, you'l

[PHP] RE: Pear question

2004-05-20 Thread Dave Carrera
Thanks Aidan, I get a list of installed packages. What do I or one of my users need to do to access / use the DB package? Any help, advice, example is very much appreciated. Dave C -Original Message- From: Aidan Lister [mailto:[EMAIL PROTECTED] Sent: 20 May 2004 13:04 To: [EMAIL PRO

[PHP] Re: Pear question

2004-05-20 Thread Aidan Lister
PEAR doesn't need to be "installed", so to speak. PEAR is simply a set of classes, at heart, they can be downloaded and used without problem from the pear.php.net website. However, PEAR does have an installer program that allows you to install these packages from command line. To check if you hav