Quote:
Originally Posted by Duckface
Sorry if asking for help then. The ellipsis says all.
|
I honestly meant nothing negative by the ellipsis...I use them all the time...perhaps too much...

I also did not realize you had edited your second post.
You see, if I was going to check for a forumid of 6, I would use:
PHP Code:
$fid = '6';
if (in_array($fid, explode(',', $forum['parentlist'])))
{
//code to be executed here.
}