Hi,

I've got a script setup to search two tables in a MySQL database. The first page asks the user to select which table they'd like to search, and then enter in some key words.

The second page then determines which table the user selected and performs the search. Right now, I'm going through each row with the following RowName LIKE ".$searchTerm." .... but there are 27 rows (it's not the largest of sites I'm working on now). Is there a faster/better way to do this?

Thanks
-Tim



---------------------------------------------------------------------
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to