Advertisement
idsystems

PHP_Practica 5

Jan 18th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.   <title>Practica 5</title>
  5. </head>
  6.  
  7. <body>
  8.   <h1>Mi nombre</h1>
  9.   <p>
  10. <?php
  11.  
  12. echo "Jorge<br>";
  13. echo "Hernandez";
  14.  
  15. ?>
  16. </p>
  17.  
  18. </body>
  19.  
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement