"; $a=3; $b="3"; if($a==$b){ echo "Samad"; } else { echo "Erinevad"; } echo "
"; $a=3; $b="3"; if($a===$b){ echo "Samad"; } else { echo "Erinevad"; } echo "
"; ?>