Hi.
Found the script using google.
Is there a way to see the refering url ?
I'd like to give the user the option to continue to the original url that he was visiting (skip the welcome screen)
I've tried with the following code, but it doesnt work. I guess its because of the redirect or something?
thxPHP Code:$ref = getenv("HTTP_REFERER");
echo $ref;
EDIT:
btw, any idea on how will the search engines see the page, any negative impact or similar ?
This reply is a bit late, and I'm not sure I understand your question.
Is the problem with getenv()?
Try: $_SERVER['HTTP_REFERER']
Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
Bookmarks