Advertisement
phirani

Session Coding

Dec 19th, 2014
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <html>
  2.  
  3. <body>
  4. Session usr =
  5. <?php
  6. echo(session_id());
  7. ?>
  8. <br><br>
  9.  
  10. <a href="home.php?<?php echo(SID); ?>">Go to next page</a>
  11.  
  12. <a href="home.php">Home</a>
  13.  
  14. </body>
  15.  
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement