I keep getting a fatal error when I do this:
$a = $_SESSION[$session_name];
$b = $_SESSION['secondcount'];
$a += $b;
$_SESSION[$session_name] = $a;
Why?
After a while of studying Engineering at PSU you just want to sit down and eat a bowl of cereal. Thats all you really want.
$a = $_SESSION[$session_name];
$b = $_SESSION['secondcount'];
$a += $b;
$_SESSION[$session_name] = $a;
Why?
After a while of studying Engineering at PSU you just want to sit down and eat a bowl of cereal. Thats all you really want.