Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $post_str=implode( 'a' , $post_arr);
  2. setcookie(
  3. 'my_own_cookies',
  4. $post_str,
  5. time() + 31536000,
  6. COOKIEPATH,
  7. COOKIE_DOMAIN,
  8. false,
  9. true
  10. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement