I'd like to have a chunk of content on my pages display when people come to the page from an external site (a search engine, blog, whatev); or, in other words, hide the content if the person reached the page from another page on my site.
I know this has something to do with $_SERVER['HTTP_REFERER'], but I can't figure out exactly how to construct the conditional.
Any tips?
I know this has something to do with $_SERVER['HTTP_REFERER'], but I can't figure out exactly how to construct the conditional.
Any tips?