×
Home About Us Products Services News Free Scripts Contact
news php scripts and software

PHP example - How to know from where the visitor came to your web site?


PHP - How to know from where the visitor came to your web site?

This will show the URL address from which the visitor came from 
   
<?php 
  echo $_SERVER['HTTP_REFERER']; 
?>

Category: PHP

 
<< Go back