Hi I a database table with the following columns
title
abstract
body
author
and want to search in theese columns
From my search page I want to let the enduser to check which columns they want to search in eg.
[ ] Title, [ ] Abstarct, [ ] Body, [ ] Author
How can I script a query that sees which coumns that the user have checked,
because as you see here I realy dont know how many/which boxes that is checked, and I dont want a lot of if/else structures
hope you can help me
best regards Thomas A.