Advertisement
Guest User

Untitled

a guest
Jul 7th, 2015
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1.  
  2. <?php
  3.  
  4. if( isset( $_COOKIE["lastVisit"] ) ){
  5.  
  6. $value = $_COOKIE["lastVisit"];
  7.  
  8. echo $value;
  9.  
  10. } else {
  11.  
  12. echo "Cookie NOT exist!";
  13.  
  14. }
  15.  
  16. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement