Version: 5.1.19
URL:
|
jayweb
Forum Regular Usergroup: Customer Joined: Nov 27, 2006 Total Topics: 131 Total Posts: 384 |
Posted 01/19/10 - 5:22 AM:
I'm sure there is a variable that can display the URL of the previous page a user was on, is there? I'm trying to set up a special redirect that is determined by the refering page. |
|
Paul
developer Usergroup: Administrator Joined: Dec 20, 2001 Location: Diamond Springs, California Total Topics: 65 Total Posts: 7614 |
Posted 01/19/10 - 8:35 AM:
You can get it with javascript (http://www.codeave.com/javascript/code.asp?u_log=7003) or PHP (<?php echo $_SERVER['HTTP_REFERER']; ?>). But remember that some people block the referring page information. |
|
jayweb
Forum Regular Usergroup: Customer Joined: Nov 27, 2006 Total Topics: 131 Total Posts: 384 |
Posted 01/19/10 - 8:40 AM:
Thanks Paul, thats great. |
Sorry, you don't have permission to post. Log in, or register if you haven't yet.

Print