I have this:[code=mysql]
SELECT $items FROM $table WHERE $conditions[/code]
in my form I'm asking the user to select items from a list - multible selections
and I'm asking the user to select from which table he/she would like to extract the data
now my problem with the conditions selection ! (CRITERIA)
here's an image of what I'm looking for:
SELECT $items FROM $table WHERE $conditions[/code]
in my form I'm asking the user to select items from a list - multible selections
and I'm asking the user to select from which table he/she would like to extract the data
now my problem with the conditions selection ! (CRITERIA)
here's an image of what I'm looking for:
Comment