This is probably a simple problem but here it is:
I want to have 2 conditionals in the WHERE part of my MySql query. Basically I want to go:
SELECT * FROM sometable WHERE day LIKE "monday" && food LIKE "pizza"
I'm pretty sure that's not how you do it, but I think you understand my point.
Thanks in advance,
Retsigam