PEAR Packages
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsPHP RelatedPEAR Packages

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old January 29th, 2003, 12:09 AM
jassh jassh is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 27 jassh User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Some Fruity Question

Hiyaa fellas...

Anybody know how to install PEAR..
went to PHP.net, and there's a lot of explanation,
but none of em on how to install this PEAR..
So can anybody explain..
or maybe show me a link..

since i consider myself as a noobie..
recently, i've been trying a lot of open source projects..
ya know.. things does explode once in a while..
most of them wont work..
coz i dunno much and im still learning..
..and i happens to stumble upon PEAR..

I've checked some google search result and it says,

"To make PEAR work on Windows, you simply need to add the PEAR installation dir (e.g. c: phppear) to the include_path directive in your php.ini."

Does this mean i have to make a new Directory named PEAR?

all help / explanation appreciated..

thanks in advanced..
Have a nice day..

-jassh

Reply With Quote
  #2  
Old February 10th, 2004, 07:33 AM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,947 Andrew User rank is Private First Class (20 - 50 Reputation Level)Andrew User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 2429 Folding Title: Novice Folder
Time spent in forums: 4 Days 6 h 10 m 55 sec
Reputation Power: 4
RE: Some Fruity Question

try http://pear.php.net If you havent already.

Reply With Quote
  #3  
Old February 10th, 2004, 07:34 AM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,947 Andrew User rank is Private First Class (20 - 50 Reputation Level)Andrew User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 2429 Folding Title: Novice Folder
Time spent in forums: 4 Days 6 h 10 m 55 sec
Reputation Power: 4
RE: Some Fruity Question

And try this too the pear manual

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

Reply With Quote
  #4  
Old February 10th, 2004, 07:36 AM
nawlej nawlej is offline
Contributing User
Codewalkers Regular (2000 - 2499 posts)
 
Join Date: Apr 2007
Location: Dallas, Tx. USA
Posts: 2,008 nawlej User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 7 m 51 sec
Reputation Power: 5
RE: Some Fruity Question

yes, your PEAR things have to be in a new directory, and the includes directory has to point to them to so that they can be referenced.

EDIT: errr, let me also add, that the install will create a directory, I dont believe ive ever had to create it myself, thats the one you add to your ini file for the directory includes.

Reply With Quote
  #5  
Old February 10th, 2004, 07:49 AM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,947 Andrew User rank is Private First Class (20 - 50 Reputation Level)Andrew User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 2429 Folding Title: Novice Folder
Time spent in forums: 4 Days 6 h 10 m 55 sec
Reputation Power: 4
RE: Some Fruity Question

ive never worked with pear so i wouldnt know. Ill probably start soon. (using pear that is)

Reply With Quote
  #6  
Old July 18th, 2005, 06:10 PM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: Some Fruity Question

i am getting really frustrated over PEAR.

i get no errors when i use it so i assume database is connected.

but it doesn't display the contents of my database at all.

my site is hosted by network solutions and they dont show me the php.ini file so i have to use the shared hosting installation method, right? that's what i did

now, how do i change the include path then? what is that all about

John

Reply With Quote
  #7  
Old July 18th, 2005, 11:14 PM
lig's Avatar
lig lig is offline
"Forum Nazi"
Codewalkers Demi-God (4500 - 4999 posts)
 
Join Date: Apr 2007
Location: Jacksonville, Fl
Posts: 4,753 lig User rank is Private First Class (20 - 50 Reputation Level)lig User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 8 h 15 m 54 sec
Reputation Power: 7
RE: Some Fruity Question

PEAR is NOT a database interface. It is a repository for numerous classes - one of which is a database abstraction layer (translation: you have to write code to use the DB class - it doesn't run all by itself).

If you wish to use it interact with your database use the DB package (it comes with any basic install including one on a shared host). It's documentation has some good basic examples in the various introduction chapters.

Reference:
http://pear.php.net/manual/en/package.database.db.php

Reply With Quote
  #8  
Old July 20th, 2005, 12:32 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: Some Fruity Question

yeah, i used go-pear.php to install it on my website

im pretty sure PEAR DB is already there

i made my own DBManager class and did the queries

however, my page doesn't display any of the information retrieved from my database. i get no errors and none of my database connection error messages (this is driving me crazy)

i would post my code here but there are like 5=7 files that i wrote. am i gunna get banned if i post that much?

would you please take a look at my source if i post it?

Reply With Quote
  #9  
Old July 20th, 2005, 12:33 AM
Anonymous Anonymous is offline
Registered User
Codewalkers God 35th Plane (22000 - 22499 posts)
 
Join Date: Apr 2007
Posts: 22,309 Anonymous User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 25
RE: Some Fruity Question

my e-mail address is galbilover@hotmail.com if you can be so kind and help me one-to-one

Reply With Quote
  #10  
Old July 20th, 2005, 01:40 AM
lig's Avatar
lig lig is offline
"Forum Nazi"
Codewalkers Demi-God (4500 - 4999 posts)
 
Join Date: Apr 2007
Location: Jacksonville, Fl
Posts: 4,753 lig User rank is Private First Class (20 - 50 Reputation Level)lig User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 8 h 15 m 54 sec
Reputation Power: 7
RE: Some Fruity Question

No - you won't be banned, but since we are now getting away from installation and into a specific package you may want to start a new thread.

Remember to be as specific as you can with the problem and only post the relevant code. We really do want to help.

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPEAR Packages > Some Fruity Question


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

Request Your Free Technology Downloads!
 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

Request Your Free Technology Downloads!
 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

Request Your Free Technology Downloads!
 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

Request Your Free Technology Downloads!
 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 1 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek