Advertisement
ThomasKujawa

Cookie Test

Dec 6th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. /* Cookie Inhalt auslesen */
  2. $cookie = $_COOKIE["cc_styling_gsuche"];
  3. echo "<!-- Der Inhalt des Suche-Cookies: $cookie -->";
  4. if ($cookie == 'yes') { ?>
  5. <script async src="https://cse.google.com/cse.js?cx=003517344806669849116:cqwfukg00no"></script>
  6. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement