This topic is locked

more than one criteria

6/13/2007 2:30:24 PM
PHPRunner General questions
W
wildwally author

what is the correct way to have the email send out if the criteria is a match.
($values[)
But I want it send out for multiple matches. such as
test, tester, tester (good), tester (bad)
is it [size=2]
($values[[color="#ff00ff"]"Store_Name"] == ', 'tester', 'tester (good)', 'tester (bad)')
sorry for such a silly question but I got one to work and can not get more than one to work.
[/size]

Sergey Kornilov admin 6/13/2007
if ($values["Store_Name"] == 'test' || $values["Store_Name"]== 'tester (good)' || $values["Store_Name"] == 'tester (bad)')