Re: [PHP] Get full url

2005-01-25 Thread Richard Lynch
Dmitry wrote: Dont tell me about simple solutions such as $_SERVER[HTTPS] . $_SERVER[REMOTE_ADDR] . $_SERVER[SERVER_PORT] . $_SERVER[PHP_SELF] . $_SERVER[QUERY_STRING] I want get really good solution. Bad News: You've rule out the only solution there *IS* Your best bet is to do this:

[PHP] Get full url

2005-01-24 Thread Dmitry
How? Dont tell me about simple solutions such as $_SERVER[HTTPS] . $_SERVER[REMOTE_ADDR] . $_SERVER[SERVER_PORT] . $_SERVER[PHP_SELF] . $_SERVER[QUERY_STRING] I want get really good solution. Thanks. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] Get full url

2005-01-24 Thread John Holmes
Dmitry wrote: How? Dont tell me about simple solutions such as $_SERVER[HTTPS] . $_SERVER[REMOTE_ADDR] . $_SERVER[SERVER_PORT] . $_SERVER[PHP_SELF] . $_SERVER[QUERY_STRING] I want get really good solution. I want a million dollars and hot redheaded twin mistresses... we don't always get what we

Re: [PHP] Get full url

2005-01-24 Thread Justin
Dmitry wrote: in Re: [PHP] Get full url How? Dont tell me about simple solutions such as $_SERVER[HTTPS] . $_SERVER[REMOTE_ADDR] . $_SERVER[SERVER_PORT] . $_SERVER[PHP_SELF] . $_SERVER[QUERY_STRING] I want get really good solution. What does that even mean? Possibly SCRIPT_URI

Re: [PHP] Get full url

2005-01-24 Thread Santa
25 2005 04:31 Dmitry (a): How? Dont tell me about simple solutions such as $_SERVER[HTTPS] . $_SERVER[REMOTE_ADDR] . $_SERVER[SERVER_PORT] . $_SERVER[PHP_SELF] . $_SERVER[QUERY_STRING] I want get really good solution. Thanks. how about