Guest User

Untitled

a guest
Jun 26th, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta charset="utf-8">
  5.     <title>Fundamentos Básicos</title>
  6. </head>
  7. <body>
  8. <?php
  9. //esse é meu primeiro arquivo php
  10.  
  11. /* esse é meu primeiro arquivo
  12. php teste */
  13.  
  14. echo "Meu nome é Geicy <br>";
  15. print "Minha idade é 20";
  16. ?>
  17. </body>
  18. </html>
Add Comment
Please, Sign In to add comment