mvsp

Aula 52

Jul 8th, 2021
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. <?php
  2. //Cookie
  3. setcookie('user','Marcos',time()+3600);
  4. setcookie('email','[email protected]',time()+3600);
  5. setcookie('ultima_pesquisa','tenis adidas',time()+3600);
  6.  
  7. var_dump($_COOKIE);
Advertisement
Add Comment
Please, Sign In to add comment