i use this and i got error:
if ($foruminfo['allowposting']==1 and ($foruminfo['forumid']==15 and ($foruminfo['forumid']==19)) {
eval("\$newthreadlink = \"".gettemplate('forumdisplay_newhacklink')."\";") ;
} elseif ($foruminfo['allowposting']==1) {
eval("\$newthreadlink = \"".gettemplate('forumdisplay_newthreadlink')."\"; ");
}
error message:
Parse error: parse error in /squawell/forums/vbb220/forumdisplay.php on line 320
what's wrong?
|