PDA

View Full Version : I have question about if condition statement help ??


toprak
02-18-2008, 02:03 AM
I'm trying to take out 2,6,7 forum id's. I created this code below but I don't think this will work. do you guys a have any another statement professionals help needed.

<if condition="!in_array($bbuserinfo['forumid'], array(2, 6, 7))">

Guest210212002
02-18-2008, 02:11 AM
Close. :) This is what you need:


<if condition="!in_array($forum['forumid'], array(2,6,7))">

toprak
02-18-2008, 02:26 AM
Chris-777 Thank you for your help. It is very nice person of you to help.
I wish you a happy president day. Take care.

Guest210212002
02-18-2008, 02:38 AM
Cheers. :)

toprak
02-18-2008, 02:59 AM
secured.