Quote:
Originally Posted by Sonikku
Here
Parse error: parse error in /home/thesonic/public_html/home/forum/forumdisplay.php on line 205
Is that really that much help? It only tells you what line it is and it's
elseif ($bbuserinfo[usergroupid] == 6)or $bbuserinfo[usergroupid] == 5
I also tried:
elseif ($bbuserinfo[usergroupid] == 6) or $bbuserinfo[usergroupid] == 5
and
elseif ($bbuserinfo[usergroupid] == 6)
or $bbuserinfo[usergroupid] == 5
Still got that same error.
The elseif code works, it's the "or" that doesn't.
|
Glad you posted that, next time please remember to post the line and error instead of just saying 'no it won't help'
Try this and I'm sure it will help

(replace your old line)
PHP Code:
elseif ($bbuserinfo[usergroupid] == 6 or $bbuserinfo[usergroupid] == 5)