<?php $a = "りんご"; $b = "いちご"; if ($a = $b) { echo "一緒"; } else { echo "異なる"; }
You have javascript disabled. You will not be able to edit any code.