">
<?php$p = 51;function Result(){ echo "$p";}Result();?>
The variable p is not defined inside the function Result(), therefore nothing is printed on the screen.
Previous Question Next Question
Your comments will be displayed only after manual approval.