<?php$p=7;function calc(){ echo $GLOBALS['p']; $GLOBALS['p']++;}calc();calc();calc();?>
Since, we are using $GLOBALS[‘p’].
Previous Question Next Question
Your comments will be displayed only after manual approval.