Advertisement
ini_PlayeR

Untitled

Apr 21st, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. if (isset($_COOKIE['mycookie']))
  3. {
  4. echo $_COOKIE['mycookie'];
  5. }
  6. else
  7. echo "Cookie Tidak Ada";
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement