I need a simple code block to eval two conditions but the secondition is a list of acceptable values.
How do?
Something like ....
PHP Code:if ((MyVar$ == 'Blah') && (AnotherVar$ == 'Meow', 'Moo', 'Woof'))
{
return 1
}
else
{
return 0
}
|
Results 1 to 2 of 2
Thread: [RESOLVED] If codeblock with INThreaded View
|
Click Here to Expand Forum to Full Width |