PDA

View Full Version : parse error


Scope
03-07-2004, 08:57 PM
Parse error: parse error, expecting `']'' in /home/scope325/public_html/forums/forumdisplay.php(629) : eval()'d code on line 4

what is wrong? i checked it out and it didn't look wrong.


<?php
error_reporting(7);

// jump from forumjump
$goto = '';
switch($HTTP_GET_VARS['forumid'])
{
case 'home': $goto = 'index'; break;
case 'search': $goto = 'search'; break;
case 'pm': $goto = 'private'; break;
case 'wol': $goto = 'online'; break;
case 'cp': $goto = 'usercp'; break;
}

Xenon
03-07-2004, 09:51 PM
the error occurs on the evaled line 4, which isn't the line 4 within the forumdisplay.php

actually it looks like a template error, depending on which template is called on line 629