[PHP] Re: Pear => Host?

2008-03-03 Thread movies
>yikes, php4 !? if they dont host php5 that could be reason enough to switch, >*ducks*. My host would charge $60 for a year, which includes PHP and MySQL. I am VERY open to suggestions. It would be handy to be at the same place as one or more of you guys. That would sure eliminate one layer of ob

Re: [PHP] Pear

2008-03-01 Thread movies
> when you run you phpinfo script that you mentioned > in your first post, do you see pear in one of the sections there (not just > in the include path)? A search on "pear" only yields this line: include_path.:/usr/local/php4/share/pear.:/usr/local/php4/share/pear Here is the page, so you

Re: [PHP] Pear

2008-03-01 Thread movies
Thanks for your help, Nathan! > maybe try > > find /usr/local/php4/share/pear -name 'DB.php' I tried putting that in my script, and got: Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /home/www/everoriginal.onlinewebshop.net/connect04.php on line 6 I'm thinking "find" is a

[PHP] Pear

2008-03-01 Thread movies
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 ope