Hi Blake,
Thanks for the feedback.
On Fri, 31 Aug 2001, Blake wrote:
> there is no db.php included in the distribution.... > therefore, it doesn't work because you reference db.php >
DB.php is part of PEAR, PHP's new extension and application library. It's comes with php 4.0.5+
> also, I'd reevaluate the require_once as some systems don't > recognize it... >
What version of PHP is your system running?
cheers, -Adam Thomas
My solution was too place the following line in the dbconnect : //include_path= ( "/usr/local/lib/php" );
Log in to post a comment.
Hi Blake,
Thanks for the feedback.
On Fri, 31 Aug 2001, Blake wrote:
> there is no db.php included in the distribution....
> therefore, it doesn't work because you reference db.php
>
DB.php is part of PEAR, PHP's new extension and application library. It's
comes with php 4.0.5+
> also, I'd reevaluate the require_once as some systems don't
> recognize it...
>
What version of PHP is your system running?
cheers,
-Adam Thomas
My solution was too place the following line in the dbconnect :
//include_path= ( "/usr/local/lib/php" );