Showing posts with label http-referer. Show all posts
Showing posts with label http-referer. Show all posts

Wednesday, April 25, 2012

Email Tracking - GMail


I am creating my own email tracking system for email marketing tracking. I have been able to determine each persons email client they are using by using the http referrer but for some reason GMAIL does not send a HTTP_REFERRER at all!

Sunday, January 29, 2012

How do I select only the root domain from $_SERVER["HTTP_REFERER"];?


I want to have a 404 page that can detect if a user has come to that page either via my site, via my shortened URL or via another site, and I am making it using PHP. I am slowly getting to grips with PHP and this may well be a simple question, but I am quite tired to be honest and have no caffeine in my system, and I am wanting to tie up any loose ends in my portfolio as soon as possible.