">
<?php$n1 = 15;$n2 = 11;$R = "$n1 + $n2";echo "$R";?>
Variable R will store 15 + 11 because 15 + 11 is given in double-quotes.
Previous Question Next Question
Your comments will be displayed only after manual approval.