Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hi,I was wondering what I can use in the custom code field to see if ($value contains 'abc') then do somethingThanks!
Hi,here is the code:
if (strpos($value,'abc')!==FALSE)
You can find more info in PHP manual:http://www.php.net/strpos