Skip to content

Instantly share code, notes, and snippets.

@kachi
Created March 11, 2012 05:28
Show Gist options
  • Select an option

  • Save kachi/2015149 to your computer and use it in GitHub Desktop.

Select an option

Save kachi/2015149 to your computer and use it in GitHub Desktop.
<?php
if (strpos($_SERVER[HTTP_REFERER], "twitter.com") == true) {
echo "Hello Twitter User!";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment