">
<?php$n = 10;$n1 = 12;print $n . "+". $n1;?>
.(dot) is used to combine two parts of the statement. Example ( $n. “Hello World” ) will output 10Hello World.
Previous Question Next Question
Your comments will be displayed only after manual approval.