PDA

View Full Version : Forum Array


wolfe
18 Oct 2007, 16:41
i have 5 forums in a vboption sepereated by commas (,)

and i use this code but its only working for the first forum in the list.



Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



is it right

Opserty
18 Oct 2007, 17:02
http://uk3.php.net/explode Might be what you are looking for, then you can use in_array() with the returned value.

Mosh
19 Oct 2007, 10:10
You will probably have to do it like this:


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------