$i = 0; if ($i == 'dupa') { echo 'dupa'; } else { echo 'nie dupa'; }
Do you think, that output is "nie dupa"? Just try...