Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <title>Compitino</title>
  5. </head>
  6.  
  7. <body>
  8. <h2>Compitino per casa</h2>
  9. <?php echo"Caro prof,
  10. <br/>
  11. oggi
  12. <b><i>
  13. ".date("d/m/Y")."
  14. </b></i>
  15. alle ore
  16. <b><i>
  17. ".date("H:i:s")."
  18. </b></i>
  19. ti consegno il mio compitino per casa."
  20. ;?>
  21. </body>
  22.  
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement