Advertisement
DesenvolverBatch

Onde tá o erro?

Aug 27th, 2013
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.07 KB | None | 0 0
  1. <div id="login" class="grid_4">
  2.  
  3. <form method='POST' action='cadastros.php'>
  4.                        
  5.                     <?php
  6.                    
  7.                     echo "<br><br><p id=ca style='color: white' align=center>";
  8.                     echo "Seja bem vindo :<br> ". $_SESSION[$login] -> nome . "<br><br>";
  9.                     echo "E-Mail: <br>" . $_SESSION[$login] -> email."</p>";
  10.                    
  11.                     ?>
  12.                        
  13.                         <a id=li href="http://localhost/avaliacao2/HTML/editar.php"><h3>EDITAR CONT</h3></a>
  14. </form>
  15.  
  16. <br>
  17. <center><img src="./img/login.png" width="140" height="40" alt="login"></center><br>
  18. <form name="login" action="index.php">
  19.      &nbsp;&nbsp;<img src="./img/usuario.png" border="0" width="40" height="30" align="top" alt="usuario">
  20.     <input type="text" name="nome" size="11"><br>
  21.  
  22.      &nbsp;&nbsp;<img src="./img/senha.png" border="0" width="40" height="30" align="top" alt="senha">
  23.     <input type="password" name="senha" size="11"><br><br>
  24.  
  25.   <center><input type="submit" value="login"></center>
  26. </form>
  27. <p class="login">&nbsp;&nbsp;&nbsp; <a href="HTML/cadastro.html" class="login"> &#8658; Registre-se</a><br>
  28.  
  29. </p></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement