| Posted by Peter on 06/13/59 11:20 
> Ok after reading I found out that the query function is not a member of > the DB class.
 >
 > Its member of the connection class. Use like this:
 >
 > $conn = DB::connect ($dsn, $options);
 > $result = $conn->query ($query_str);
 >
 >
 > More information at:
 > http://www.kitebird.com/articles/peardb.html
 >
 > May you ask aunt google from time to time ;)
 >
 > Regards
 > Stefan
 
 Thanks Stefan much apreciated, I did have a search on google but couldn't
 find anything, obviously looking for the wrong thing :>
  Navigation: [Reply to this message] |