Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?
  2. //Validando a existência dos dados
  3. if(isset($_POST["nome"]) && isset($_POST["email"]) && isset($_POST["cidade"]) && isset($_POST["uf"]))
  4. {
  5. // Coloque o código da lógica aqui
  6. }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement