Guest User

Untitled

a guest
Jul 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. // destroy cookie
  2.  
  3. setcookie('rqs1026', '', time()-3600, '/');
  4.  
  5.  
  6.  
  7. // create cookie
  8.  
  9. setcookie('rqs1026', $_POST['user']);
Add Comment
Please, Sign In to add comment