Hello I would like to create some PHP scripts which do not rely on a specific DB. As first DB I use PostgreSQL so I have included the line:
include_once("DB/pgsql.php"); in my script but I get the following error: Fatal error: Class db_common: Cannot inherit from undefined class pear in /usr/local/lib/php/DB/common.php on line 28 What am I doing wrong ? Regards, Marc -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]