Hi, i was trying to make a system that logs the visitors to my site using the HTTP_REFERER code. It will write it to a .txt file
say i have
<?php
echo $HTTP_REFERER;
?>
it works from another page if clicked by a link, but it wont work say if you typed the address in after you had been to msn.com
the page url is
how can i get round this or make it work?
is there another way?
any ideas??
Martin
Computing/Gaming help and info:
say i have
<?php
echo $HTTP_REFERER;
?>
it works from another page if clicked by a link, but it wont work say if you typed the address in after you had been to msn.com
the page url is
how can i get round this or make it work?
is there another way?
any ideas??
Martin
Computing/Gaming help and info: