">
<?php$Country1 = "INDIA";$Country2 = "1";echo "$Country1" + "$Country2";?>
+ just returns the numeric value even though it is inside double quotes.
Previous Question Next Question
Your comments will be displayed only after manual approval.