Scope Demo

Demonstrates variable scope

outside the function,
$a is "I have a value", and
$b is "I have a value"


Notice: Undefined variable: b in /home/aharris/htdocs/n342/ph2ed03/scope.php on line 30
inside the function,
$a is "I have a value", and
$b is ""