![]() |
|
![]() | ||
|
Subject:
Full Search in MySql
Category: Computers > Programming Asked by: shantanuo-ga List Price: $10.00 |
Posted:
31 Mar 2003 04:18 PST
Expires: 17 Apr 2003 05:45 PDT Question ID: 183595 |
Hi, Is there any way to do full search on one of the tables? 1. I have a table of contacts. 2. I am looking for the word "shah". 3. It may be in Surname or address column. 4. I can't specify the column headings as well. 5. Is it possible to search for the word "shah" anywhere in the table? I thought the following code would be useful to me. 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. Shantanu Oak | |
| |
| |
|
![]() | ||
|
There is no answer at this time. |
![]() | ||
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |