Advertisement
lamhottt

Welcome.php

Aug 11th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5.     <title>Welcome User <?= $_SESSION['username'] ?></title>
  6. </head>
  7. <body>
  8.    
  9.     <h1>Welcome User <?= $_SESSION['username'] ?></h1>
  10.    
  11.  
  12.     <a href="./logout-user">Logout</a>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement