Quote:
Today at 09:03 AM Mist said this in Post #9
PHP Code:
if (!$forum['allowguestpostview'] && in_array($bbuserinfo['usergroupid'], array(3, 4)))
Interesting way of doing it i would have used the explode function but its another piece of knowledge to add to the almighty database that is my brain lol
- miSt
|
With in_array I can always add more groups if I need to. How would you do it with the explode function? I haven't messed with that one yet.
N9ne, faster isn't always better, though. Options are always better in the long run.