Ok, this is quite weird for me...
I\'m trying to get URL from a referring search engine, something like this:
http://www.google.com/search?hl=en&ie=UTF8&oe=UTF8&q=buy+zuul
and to see it through something like this:
<? echo (\"$HTTP_REFERER\"); ?>
When I create a link on a test page to the page that contains
<? echo (\"$HTTP_REFERER\"); ?> everything works OK, but whne I use the actual lkink on a search engine I do not get anything. If there some bullet-proff solution for getting the entire string of a URL from a referring search engine?
Heeeeeeeeeeeeeelppp...
:~(