seg0ro (29.09.2010/04:31)case'graph'; , break; , whats that?
$_SESSION['goal'] : '0' - it keeps the number of goals if exist
switch ($act) it switch the action (what to do).
What do you want to do?
case'graph';
if ($graph)
$_SESSION['graph'] = 0;
else
$_SESSION['graph'] = 1;
header ("Location: penalty.php");
break;