hmbashar

another page

Aug 31st, 2016
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. $exlink =  "http://{$_SERVER['HTTP_HOST']}{$_SERVER['REQUEST_URI']}";
  2.  
  3. if(!isset($_COOKIE['saveexperice'])){
  4.  
  5.     setcookie('saveexperice', $exlink, time()+60*60*24*30, '/');
  6. }
Add Comment
Please, Sign In to add comment