Advertisement
ph4x35ccb

Variaveis B

Feb 23rd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. <head>
  2.     <title></title>
  3. </head>
  4. <body>
  5. <?php
  6. //https://www.facebook.com/groups/353340335260087/
  7. //irc.vircio.org /join #sampa
  8.  
  9. $nome = 'Pedro';
  10. echo 'Meu primeiro nome foi: '.$nome.'<br>';
  11.  
  12. $nome = 'Thiago';
  13. echo 'Entretando, meu nome mudou. Agora me chamo: '.$nome.'  ';
  14.  
  15. ?>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement