Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <html>
  2.   <head>
  3.     <title><?php echo $title; ?></title>
  4.   </head>
  5.   <body>
  6.     <p>
  7.       Hello <?php echo $username; ?>
  8.     </p>
  9.   </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement