Example: original (ugly) URL is http://domain.com?id=12345 displayed (friendly) URL is http://domain.com/CaliforniaWhen 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