Guest User

Untitled

a guest
Jul 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. if (isset($_COOKIE['Langue']))
  3. {
  4. setcookie ('Langue', time()-3600);
  5. unset($_COOKIE['Langue']);
  6. header("Location:tp3b1.php");
  7. }
  8. ?>
Add Comment
Please, Sign In to add comment