Skip to content

Instantly share code, notes, and snippets.

@underdown
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save underdown/8940922 to your computer and use it in GitHub Desktop.

Select an option

Save underdown/8940922 to your computer and use it in GitHub Desktop.
<?php
$ppc_campaign=$_GET["utm_content"];
switch($ppc_campaign) {
case "carpet_cleaning": $phone="480-555-1212";break;
case "tile_cleaning": $phone="480-555-1212";break;
case "carpet_cleaners": $phone="480-555-1212";break;
default: $phone="480-515-1240";break;
};
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment