Advertisement
hmbashar

Redirect for home page

Sep 6th, 2016
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1.  
  2.     if(isset($_COOKIE['last_visited_url'])){
  3.         $redirect_url = $_COOKIE['last_visited_url'];
  4.         header('Location: '. $redirect_url);
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement