[Sqlrelay-discussion] SQLRelay and PHP PEAR DB package
Brought to you by:
mused
|
From:
<san...@uk...> - 2006-07-06 10:06:24
|
Hello first of all, sorry for my english, it's not my native language. I have such problem At page http://sqlrelay.sourceforge.net/sqlrelay/programming/phppeardb.html i found that SqlRelay can work with PHP PEAT DB class But when i try the example require_once 'DB.php'; $db = DB::connect("sqlrelay://testuser:testpassword@testhost:9000/testdb"); if (DB::isError($db)) { die ($db->getMessage()); } i got next error: Notice: Only variable references should be returned by reference in /home/test/www/PEAR.php on line 425 DB Error: not found It seems to me that in folder DB i must have file sqlrelay.php, but i can't find such file i also couldn't find it in the google If you can help me, it would be perfect :) Thank you With Best Regards. |