Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. if($nome_usuario == '') {
  2. echo "<script> alert('Usuario é obrigatorio.') </scprit>";
  3. } else {
  4. echo "<script> alert('Usuario inserido.') </scprit>";
  5. }
  6. if($email_usuario == '') {
  7. echo "<script> alert('Email é obrigatório.') </scprit>";
  8. } else {
  9. echo "<script> alert('Email inserido.') </scprit>";
  10. }
  11. if($senha_usuario == '') {
  12. echo "<script> alert('Senha é obrigatorio.') </scprit>";
  13. } else {
  14. echo "<script> alert('Senha inserida.') </scprit>";
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement