">
<?php$First = "First";$Second = "Second";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.