">
<?php$Country1 = "INDIA";$Country2 = "USA";echo "$Country1" + "$Country2";?>
+ operator does not join both the strings.
Previous Question Next Question
Your comments will be displayed only after manual approval.