Mam już taki kod
<?php require('config.php'); // Plik konfiguracyjny i połączenie z bazą /** * Skrypt Logowania */ // Sprawdźanie, czy wszystkie pola zostały wypełnione } } ?> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2"> <title> Logowanie </title> </head> <body> <form method="post" action=""> <label for="login">Login:</label> <input type="text" name="login" maxlength="32" id="login" /> <label for="pass">Hasło:</label> <input type="password" name="pass" maxlength="32" id="pass" /><br /> <input type="hidden" name="send" value="1" /> <input type="submit" value="Zaloguj" /> </form> </html> </body>
I moje pytanie, dlaczego na stronie nie wyswietlają mi się w ogole inputy tylko odrazu WypeĹnij pole z loginem! ?
Dzieki