Skip to content

Instantly share code, notes, and snippets.

@kachi
Created March 11, 2012 06:50
Show Gist options
  • Save kachi/2015348 to your computer and use it in GitHub Desktop.
Save kachi/2015348 to your computer and use it in GitHub Desktop.
<?php
if (strpos($_SERVER[HTTP_REFERER], "google") == true) {
echo "Hello Google User!";
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment