I need to use pear db to connect to a database but when i try to include or require DB.php it reports the following error:
Warning: main() [function.main]: Failed opening 'DB.php' for inclusion (include_path='')
i think pear db library IS installed because in the phpinfo() says: '--with-pear' in the configure command. I need to use other pear db funtions like:
$result = $db->query($sql);