Forum Moderators: coopster
www.google.com/uihiuhiuhwhdjbiuwhibd_HELLO_dfhuihuih.html
Now with this referrer - this syntax works fine:
stristr($_SERVER['HTTP_REFERER'], 'google')
BUT this does not:
stristr($_SERVER['HTTP_REFERER'], 'HELLO')
It seems this this syntax can only look at the actual domain of the referrer term. It cannot look at after the /
Am I right on this? It is what I am finding with my experience. Is there any way that I can look at the whole referrer term? Not just the domain component?