">
<?php$n1 = 14;$n2 = 31;$n3 = 11;echo "$n1 = $n1 + $n2 + $n3";?>
Again since the variables are inside double quotes we get this result.
Previous Question Next Question
Your comments will be displayed only after manual approval.