mvsp

Aula 7

Jul 3rd, 2021 (edited)
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. <?php
  2. $bebida = "refrigerante";
  3.  
  4. $$bebida = "Guaraná";
  5.  
  6. echo $refrigerante;
  7. echo "<br>";
  8.  
  9. $destino = "cidade";
  10. $$destino = "Ilhéus";
  11.  
  12. echo $cidade;
Add Comment
Please, Sign In to add comment