select * from gulf_options where option_id in (1,2)
Warning: Supplied argument is not a valid MySQL result resource in C:\\Inetpub\\ on line 47
I am trying to find some data based on values from another query. The first query provides the \"(1,2)\" as a set of options to be found, where each number is an option_id.
What am i doing wrong?
TIA
Bastien
There are many ways to skin this cat,
but it still tastes like chicken
Warning: Supplied argument is not a valid MySQL result resource in C:\\Inetpub\\ on line 47
I am trying to find some data based on values from another query. The first query provides the \"(1,2)\" as a set of options to be found, where each number is an option_id.
What am i doing wrong?
TIA
Bastien
There are many ways to skin this cat,
but it still tastes like chicken