Return to Snippet

Revision: 38539
at January 4, 2011 23:41 by xtine777


Initial Code
<?php
    $_ref = $_SERVER['HTTP_REFERER'];
    if (eregi('google\.', $_ref)){
        echo "Besucher von Google gesendet";
    }
?>

Initial URL
http://www.php-kurs.info/tutorial-google_referer_auslesen.html

Initial Description


Initial Title
Check if visitor was refered by Google

Initial Tags
google

Initial Language
PHP