Hi, I am a beginner. I want to use the class explained on the following page. http://aspn.activestate.com/ASPN/Cookbook/PHP/Recipe/125901 I have tried printing the results with print_r along the following code mentioned on the page, $mysearch = new MysqlSearch; $mysearch->setidentifier("MyPrimaryKey"); $mysearch->settable("MyTable"); $results_array = $mysearch->find($mysearchterms); I am getting the text array() as a result. Can someone explain to me how to use it and get result. Shantanu Oak shantanuo@yahoo.com http://www.shantanuoak.com __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - File online, calculators, forms, and more http://tax.yahoo.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php