what is the use and function
of
the code ($_SESSION['...'] like
as it is here:
$goal = ($_SESSION['goal'] ? $_
SESSION['goal'] : '0');
$attempt = ($_SESSION
['attempt'] ? $_SESSION
['attempt'] : '0');
$graph = $_SESSION['graph'];
switch ($act){