">
<?php$n = 10;{ $n = 20; echo "$n";}echo "$n";?>
Variable n stores the value 20 and not 10.
Previous Question Next Question
Your comments will be displayed only after manual approval.