multiple keyword search
Posted: Wed Oct 22, 2003 2:24 pm
I am fairly new to PHP but have created numerous web databases in other languages for my employer.
I am branching out and teaching myself PHP and MySQL.
so far I have created a simple web database (add, list, search and edit) that searches for a keyword in multiple fields BUT what I now want is to enter multipe words in the same field and have teh server run these words through multiple fields.
I take it I need to parse the days and then run the search for each independantly....any pointers where to begin?
Thanks
I am branching out and teaching myself PHP and MySQL.
so far I have created a simple web database (add, list, search and edit) that searches for a keyword in multiple fields BUT what I now want is to enter multipe words in the same field and have teh server run these words through multiple fields.
I take it I need to parse the days and then run the search for each independantly....any pointers where to begin?
Thanks