Advertisement
Guest User

Untitled

a guest
May 8th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. <?php session_start(); ?>
  2. <html>
  3. <head>
  4. <style>
  5. li.active a {
  6.     color: #000;
  7. }
  8. </style>
  9. <title>Test</title>
  10. </head>
  11. <body>
  12. <?php
  13. $_SESSION['visiting'] = 'index';
  14. include('meny.php');
  15. ?>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement