Can someone help me out with a mysql query?
I am trying to get a list of rows that match one of two category columns that are in a city. Im sure IN isn't valid syntax for queries so can someone help me out?
PHP Code:
mysql_query("SELECT * FROM restaurants WHERE cat=$cat AND subcat=$cat IN city=$city",$db)
Thanks if anyone can help 
|