Просмотр поста

.
CaptainAslam
INDONESIA
seg0ro (29.09.2010/04:31)
$_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'; , break; , whats that?

case'graph';
if ($graph)
$_SESSION['graph'] = 0;
else
$_SESSION['graph'] = 1;
header ("Location: penalty.php");
break;