mightybh
Senior Member
- Feb 27, 2008
- 1,029
- 1,734
I am doing various manipulations depending on my referer. For example
if($referer == "http://www.google.com")
Is there a way to use a wildcard in case my referrer is not exact? Something like
if($referer == "http://www.google.com*")
to cover all the pages coming from google.
Basically I need to have the whole domain rather than a specific page.
Thank you!
if($referer == "http://www.google.com")
Is there a way to use a wildcard in case my referrer is not exact? Something like
if($referer == "http://www.google.com*")
to cover all the pages coming from google.
Basically I need to have the whole domain rather than a specific page.
Thank you!