Skip to content

Instantly share code, notes, and snippets.

@SashaKolbasov
Created June 13, 2018 22:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SashaKolbasov/ec67fee67feaf46e37511bc4fb4cb9dc to your computer and use it in GitHub Desktop.
Save SashaKolbasov/ec67fee67feaf46e37511bc4fb4cb9dc to your computer and use it in GitHub Desktop.
$expectMarks = array('utm_source','utm_medium','utm_campaign','utm_term','utm_content');$utms = array();foreach($expectMarks as $utm){if(isset($_REQUEST[$utm])){ setcookie($utm,$_REQUEST[$utm],time()+60*60*24*365,"/");}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment