Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <div class="notification is-sucess">
  2. <p>Conta cadastrada com sucesso! Clique <a href="login.php">aqui</a> para fazer o login.</p>
  3. </div>
  4.  
  5. <?php
  6. endif;
  7. unset($_SESSION['status_cadastro']);
  8. ?>
  9.  
  10. <?php
  11. if(isset($_SESSION['usuario_existe']));
  12. ?>
  13.  
  14. <div class="notification is-danger">
  15. <p>ERRO: O usuΓ‘rio escolhido jΓ‘ existe. Informe outro e tente novamente.</p>
  16. </div>
  17.  
  18. <?php
  19. endif;
  20. unset($_SESSION['usuario_existe']);
  21. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement