I am getting the following error:
Parse error: parse error in /home/ent/public_html/der/wlist.php on line 315
in the code below...
BUT I can't find anything wrong and it was working OK before.
So, the question is... could the parse error be really pointing to a mistake in another part of the code????
Parse error: parse error in /home/ent/public_html/der/wlist.php on line 315
in the code below...
BUT I can't find anything wrong and it was working OK before.
So, the question is... could the parse error be really pointing to a mistake in another part of the code????
Code:
switch ($_REQUEST['action']) {
//line 315
case 'displaycat':
displaycat($_REQUEST['item']);
break;
default:
break;
}