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.
|