I have some codes here
if ($brand == "Kumiai Dairies" || $brand == "Anlene" || $brand == "Yoplait" || $brand == "Hokkaido Hidaka" || $brand == "Jacob's" || $brand == "V8" || $brand == "Cow & Gate"){ do something here; } Is there any way to prevent repeating $brand == "xxx"??