Hello.
> 1) i'm trying to figure out how to allow a user to search through a
Full-Text search functions might be helpful. See:
http://dev.mysql.com/doc/mysql/en/Fulltext_Search.html
> 2) if i have a query that produces a number of rows, how/what would i need
> to do, to limit the numbe
bruce wrote:
1) i'm trying to figure out how to allow a user to search through a
query/tbl for a given string. ie, if i have the following as the result of a
query:
Why wouldn't you simply create the query that would produce only
the rows you want (where name = '%aa%' OR email = '%aa%' OR...)?
hi...
i'm trying to figure out how to approach/solve a few issues. looking through
google hasn't made the light shine!!
1) i'm trying to figure out how to allow a user to search through a
query/tbl for a given string. ie, if i have the following as the result of a
query:
name email