">
<?php$First = "Ajit";$Second = "Ats";print($First $Second);?>
The above syntax will produce an error, unlike the echo statement.
Previous Question Next Question
Your comments will be displayed only after manual approval.