Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2. echo $_SESSION['page'];
  3. ?>
  4.  
  5. <?php
  6. session_start();
  7. $_SESSION['page']= "<a href="{$_SERVER['HTTP_REFERER']}
  8. https://$_SERVER[HTTP_HOST]$_SERVER[REQUEST_URI]";
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement