I am trying to get the url so that when a cookie does not exist the argument(URL) is passed to the login page and is captured in a hidden tag. Then upon successful authentication the url is the page that the user will be directed to. I have done the same thing for another website in the past and had no mproblem. The past website was PHP/Apache. But now I am doing an intranet site and they are running PHP/IIS5.0.
The problem is this: When I try to get the $REQUEST_URI (url) it gives me an an error saying that is an undefined variable. I tried several ways and none worked. Can someone please help?
Josu