SunQuest
           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:
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here!
  #1  
Old April 26th, 2004, 02:12 PM
Andrew's Avatar
Andrew Andrew is offline
Moderator
Click here for more information
 
Join Date: Apr 2007
Location: United Kingdom
Posts: 1,937 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 1 h 57 m 37 sec
Reputation Power: 3
Orkut
pear path help

hi does anyone know how to detect their pear install path im on shared hosting at the moment and they said the include path was /usr/bin/perl/ ive tried everything to connect to this. the root directory of my account is home/andrew/public_html how do i access pear or is it possible to find out what the full path to pear is???? by the way ive tried the following
php Code:
Original - php Code
  1. <?php
  2. require_once '......usrbinperlpear';
  3.  
  4. $user = 'andrew';
  5. $pass = 'xk51pd23';
  6. $host = 'localhost';
  7. $db_name = 'andrew_site';
  8. $dsn = "mysql://$user:$pass@$host/$db_name";
  9. $db = DB::connect($dsn, false);
  10. $sql="select * from users";
  11. $result = $db->query($sql);
  12. $rownum="5";
  13. $row = $result->fetchrow(DB_FETCHMODE_ASSOC, $rownum);
  14. echo $row[username];
  15. ?>

and alls i get is an file cannot be found error when my host has assured me that the php pear package is in that directory. Any help would be appreciated.

Reply With Quote
  #2  
Old April 26th, 2004, 03:24 PM
brut brut is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 367 brut User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 30 sec
Reputation Power: 2
RE: pear path help

Are you sure they understood that you meant pear and not perl?
Typically all pear modules will be installed to the default include directory. It really depends on how they've set up the server. If they have individual include dirs for each virtual host, they may just need to add a symbolic link to yours to enable pear access, or there are other ways though I know little about it.

Reply With Quote
Reply

Viewing: Codewalkers ForumsPHP RelatedPEAR Packages > pear path help


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


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





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 3 hosted by Hostway