">
<?php$First = "Hello ";$Second = "Interview Mania";echo $First, $Second;?>
Echo can print two variables which are separated by a comma.
Previous Question Next Question
Your comments will be displayed only after manual approval.