Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?
- include "init.php";
- ?>
- <!DOCTYPE html>
- <html>
- <head>
- <title>Iniciar Sessão</title>
- </head>
- <body>
- <br><br><br><br>
- <center><h2>Iniciar Sessão na Base Dados: php</h2></center><br><br>
- <center>
- <form name="login" method="post" action="login.php">
- Email: <input name="email" type="email" maxlength="40"/> Password: <input name="password" type="password" maxlength="20"/><br><br><br>
- <input type="submit" value="Entrar" />
- </form>
- </center>
- <?
- if(isset($_GET['erro'])) //SE EXISTIR ERRO
- echo '<b><center>Dados incorrectos. Por favor verifique os dados introduzidos!</center></b>';
- ?>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment