RE: [phplib] Problem with PHP Lib From: Brownridge, Tom (Brownridge <email protected>)
Date: 07/13/00

Are you trying to include the file defines DB_Sql twice? I had that problem
when I had auto_repend set to prepend.php3 and I required it anyway (making
two total includes). You may just need to unset your auto_prepend setting or
comment out the line of code:

  require(prepend.php3);

-----Original Message-----
From: Nagaraj Kanniah [mailto:nagik <email protected>]
Sent: Wednesday, July 12, 2000 9:06 PM
To: phplib <email protected>
Subject: [phplib] Problem with PHP Lib

Hi,

I have a problem with phplib which I installed. I have already installed

MySQL
and PHP4.0.

I circumvented some initial hiccups on include path specs and some other

problems
but the following error message received when trying to run "index.php3"

stumps me:

"redeclaration of the DB_Sql class in db_mysql."

I am using only one database and that's the mySQL database. Looking
forward to your assistance to get me out of this problem.

thanks and with regards,
Nagi

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>