select * from gulf_options where option_id in (1,2)
Warning: Supplied argument is not a valid MySQL result resource in C:\Inetpub\wwwroot\php\gulfstream\viewcart.php 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