I have several blogs. I also have a wordpress blog , which is the main one.
I am driving traffic from the blogspot to the main wordpress blog. I want to display content or links based on from which url a user is coming from.
For example.
If a user is coming from www.anyname.com/mobile I want to show mobile phone related conetnts.
If a user is coming from www.anydomian.com/laptops I want to shows laptop related contents.
So - how to detect from which url a user is coming from ? I have tried the "HTTP_REFERER" code , it shows only current url.