getting an error
Parse error: parse error, unexpected T_CASE, expecting ':' or '{' in /home/chadi/public_html/includes/functions_online.php on line 153
line 153 is the 3rd line..and it looks fine
[CODE]
switch($userinfo['activity'])
// Album user online Mod
case 'album':
$userinfo['action'] = 'Browsing album';
$userinfo['where'] = "<a href=\"$userinfo[location]\">$userinfo[location]</a>";
break;
// End
[CODE]
|