$HTTP_REFFERER
Posted: Thu May 12, 2005 2:09 am
Lets say this pages linked to my website
domain.com
domain.com/page.php
domain.com/anotherpage.html
Using $HTTP_REFFERER to find that they have sent a click to my website, how do I remove everything after the slash so I can match domain.com with my records?
domain.com
domain.com/page.php
domain.com/anotherpage.html
Using $HTTP_REFFERER to find that they have sent a click to my website, how do I remove everything after the slash so I can match domain.com with my records?