MyBB Community Forums

Full Version: In_array
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to use the != php feature but with array, idk much about it:
!in_array($forum['fid'], array(18,23,40,41,42,58))

Is this right?

I post this here because I'm using Yumi's plugin and editing templates.

Solved.