A
Anonymous
January 29, 2010
Question
Not getting ANY results
- January 29, 2010
- 2 replies
- 2971 views
For some reason I am not getting query results – cannot figure out why.
The idea here is to search a table with multiple words inputted from a form.
Depending on how many words, the code will creates additional WHERE conditions to find matches for each word.
Thus, if three would are inputted, it will create three WHERE statements and query the table for all three words then return the results. If four words – then it will create four WHERE statement and query all four words and so on.
But, for some reason it is not returning any results and I can’t figure out why.
