Advertisement
mvsp

Aula 34 - dados.php

Jul 5th, 2021
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. <?php
  2.  
  3. $nome = $_GET['nome'];
  4. $email = $_GET['email'];
  5.  
  6.  
  7. echo "Seu nome é $nome e seu email é $email<br>";
  8.  
  9.  
  10.  
  11. echo var_dump($_GET);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement