">
<?php$First = "Mania";$Second = "Interview";echo "$First"+"$Second";?>
In an echo statement you can not use plus sign to join two strings.
Previous Question Next Question
Your comments will be displayed only after manual approval.