My php is a little rusty.
I'm trying to change a value into a list of options.
Here's what I have
I want to change the not equal 2 to is equal 4, 6, 8, 14, 15, 12, 7, 5, 11, 1, or 3
Thanks.
I'm trying to change a value into a list of options.
Here's what I have
PHP Code:
if ($suspenduser['usergroupid']!=2 or $ismod) {
Thanks.
Comment