Dear PHP List Experts,

I'm trying to use Pear at my host, Leadhoster.

This line:

require_once('DB.php');

Gets this error:

Warning: main(DB.php): failed to open stream: No such file or directory in
/home/www/everoriginal.onlinewebshop.net/connect04.php on line 4

Fatal error: main(): Failed opening required 'DB.php'
(include_path='.:/usr/local/php4/share/pear') in
/home/www/everoriginal.onlinewebshop.net/connect04.php on line 4

I suspect I need to set up a path to Pear. If so, any help would be
appreciated.

This program:
<?php
phpinfo();
?>
seems to indicate that Pear is there.

This is my first post to this list, so please let me know if I'm not doing
it right. I couldn't find the archive, so I guess consider that my second
question.

Thanks in advance!

Jerry Kassebaum

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to