Tag Archives: referrer

PHP Tutorial : Check the referrer

Simple and short for today, but very popular and searched daily which means it will be usefull for you. Here is the code to get a referrer with php <?php $ref = $_SERVER['HTTP_REFERER']; print $ref; ?>

Posted in Usefull PHP | Tagged , , , , , | 2 Comments