<form method="post"> Login: <input type="text" width="100" maxlength="10" name'login'> <br /> <br /> Hasło: <input type="text" width="100" maxlength="10" name'haslo'> <br /> <br /> <input type='submit' value="Loguj"> </form> <?php if (($_POST['login'] == "admin") && ($_POST['haslo'] == "abc")) { } ?>
czemu to nie chce działać?

nie pokazuje się nic...