David Nicholson wrote:
Hello,


This is a reply to an e-mail that you wrote on Sat, 28 Jun 2003 at 13:16, lines prefixed by '>' were originally written by you.

I have a password protected site. If you go to an inside page before logging in, it redirects you to the log in page. I would like to grab the URL that a user tries to access and send them back there after
they log in. I'm using __FILE__ to get the file name (secondary.php

for


example) but that doesn't return the variables (secondary.php?cat_id=267). Is there a way for me to get the full

URL


not just the filename?
Sam


Using my Apache installation it is in $_SERVER['REQUEST_URI'].

At a guess I would say most other web servers will put it there too.

David.

on IIS you can access it using $_SERVER['query']


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to