Advertisement
noordean

homepage.php

Sep 29th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <?php
  2. session_start();
  3. echo "Welcome ".$_SESSION['user']."<br>";
  4. echo "<a href='redirect.php'>Logout</a> <br>";
  5. echo date('dS  M., Y \a\t h:iA')."<br>";
  6. echo "<a href='section.php?section=Education'>Education </a> / <a href='section.php?section=Programming'>Programming</a> /
  7. <a href='section.php?section=Religion'>Religion</a> <br>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement