Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Conditional challenge (several ORs + one AND (of ORs))
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #2
RE: Conditional challenge (several ORs + one AND (of ORs))
Do you mean this?

PHP Code:
<if ($forum['fid'] == 112 || $forum['fid'] == 3) && ($theme['tid'] == 2 || $theme['tid'] == 4) then>
Event 1
<else> 
Event 2
</if>


Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
05-30-2012 01:55 PM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Conditional challenge (several ORs + one AND (of ORs)) - Sama34 - 05-30-2012 01:55 PM

 Standard Tools
Forum Jump: