">
<?php$Country1 = "INDIA";$Country2 = "INDIA";print($Country1 == $Country2);?>
Since both the strings are equal the result 1 is printed on the screen.
Previous Question Next Question
Your comments will be displayed only after manual approval.