[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=divisionsearch=Bob%20Cobb. Within that new page, you can sort the results by ID, and to do this I made

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=divisionsearch=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=projectsearch=$search. When I do this,