How do I capture the current displayed URL when it has been changed by mod_rewrite?

Example:
original (ugly) URL is http://domain.com?id=12345
displayed (friendly) URL is http://domain.com/California

When I use 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'] that only gives me the original URL. How do I get the current URL?

Thanks.

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

Reply via email to