Evet, bu i bir cevap almak istiyorum sadece bir sorudur. Ben, bunu birkaç kez yaşadığı bu nerede:
if(!$one == $two){ echo "Not the same"; }else{ echo "The same"; }
Çalışmak ve olmaz
if($one == $two){ echo "The same"; }else{ echo "Not the same"; }
çalışacaktır.
Neden bazen çalışmıyor? İlk işe yaramazsa ben her zaman, ikinci gibi kodlamak gerekir.