In one of my files I am using the following code:
My question is how to I add more forumids to the "$thread[forumid]==7" area? The if statement will carry over 3 forums. I tried just adding a comma and then the other forum id's but I get a parse error. What is the correct way of adding more to it?
Thank you!
Code:
if ($counter==1 and $pagenumber==1 and $thread[forumid]==7) {
Thank you!
Comment