Advertisement
arifvoyager

view dashboard

Nov 8th, 2019
607
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Uji coba dashboard</title>
  5. </head>
  6. <body>
  7.     <h1>Login berhasil !</h1>
  8.     <h2>Hai, <?php echo $this->session->userdata("pengguna"); ?></h2>
  9.     <a href="<?php echo base_url('login/logout'); ?>">Logout</a>
  10. </body>
  11. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement