Re: [PHP] Multi-Word Searches

2002-07-02 Thread Analysis & Solutions
Dave: On Tue, Jul 02, 2002 at 09:13:00AM -0400, Dave Rosenberg wrote: > > ".com/showkey.php?id=division&search=Bob%20Cobb". Within that new > page, you can sort the results by ID, and to do this I made the > hyperlink go to, for example, "showkey.php3?id=project&search=$search". > When I

[PHP] Multi-Word Searches

2002-07-02 Thread Dave Rosenberg
I'm putting together a PHP/MySQL search and have run into a minor problem. I have a text field to fill in a keyword on one page and that brings up another PHP page ".com/showkey.php?id=division&search=Bob%20Cobb". Within that new page, you can sort the results by ID, and to do this I mad