">
<?php$Country1 = "INDIA";$Country2 = "INDIA";echo "$Country1" + "$Country2";?>
+ does not return 1 if the variables are equal.
Previous Question Next Question
Your comments will be displayed only after manual approval.