Have tables
category (id, name), recipe(id, name), ingredient(id, name),
reccat(id, recipeid, categoryid), recing(id, recipeid, ingredientid)
Have working html/php form that returns choices such as
categoryid=1, categoryname=appetizer
ingredientid=6, ingredientname=onions, etc.
want sql to find recipename associated with appetizer and onions. not sure how to proceed.
thanks for any assistance,
roy