Haven't registered yet? Do it here now!
|
RobertK
Joined: 06 Jan 2006 Posts: 7
|
|
|
|
|
|
|
Posted: Fri Jan 06, 2006 9:05 am Post subject: How to track visitors |
|
|
|
|
|
|
|
|
|
|
Hi Kakusan,
I want to display from what URL my surfers come from. So I tried to include this PHP code into the Main Template:
Code: | <? php echo $_SERVER['HTTP_REFERER']; ?> |
but this doesn't show the referring URL
And my second trial:
Code: | <? php echo "http://{$HTTP_HOST}{$REQUEST_URI}"; ?> |
shows me http://www.MYURL.com/bo/boblogs/blog2.php
Any ideas, how to display the referring URL ?
Thanks |
|
|
|
|
|
|
|
kaktus Owner
Joined: 22 May 2004 Posts: 1576 Location: CheapestAdultScripts.com
|
|
|
|
|
|
|
Posted: Fri Jan 06, 2006 10:58 am Post subject: |
|
|
|
|
|
|
|
|
|
|
use your first try, but place it in the page from which you are calling your template. When you put it in the template code itself it isn't available.. _________________
|
|
|
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2002 phpBB Group
|
|