I have a seach query which will search user input from the TITLE field...
Looks like this...
I now need to expand this so it will seacrch from additional fields (not just the TITLE field). Im just confused as to how to best construct the query..?PHP Code:$SQL = "Select * from LISTINGS WHERE TITLE LIKE '%$value%' LIMIT 1000"
Thanks for any input...


Reply With Quote

Bookmarks