This seems like it should work, but it doesn't. It seems to only return one of the conditions. When I try running the query in DBTools query editor, it works fine. However, not in my site. I'm running the latest MySQL.
$query = "SELECT * FROM graphics WHERE avail_industries LIKE '%15%' AND avail_templates LIKE '%34%'";
Marty