I am trying to begin using the PHPlib database features, but cannot access my database when using it. I can write a php file that will access my database just fine, but I have to include all the database parameters every place I acces the database. I'm using the method in PHPLib where I include the prepend.php3 file at the begining of every file. I don't need the session feature for the pages I'm working on so I'm not using the page_open function at this point. I cannot find a simple example where a database is queried and the result output where PHPLib is used. I'm using the template feature and I'll need the PHPLib session features shortly, but I'd like to be able to keep PHPLib installed while I work on these non-session tracked pages.