If a user clicks on our webpage on a Google search results page, is there any way of knowing that the user came to our website from Google?
When I run:
<?php print_r($_SERVER); ?>
I can't see any details about the user coming from Google. Any other options?