Posted by Alvaro G Vicario on 05/24/05 17:08
*** Bob Bedford wrote/escribió (Tue, 24 May 2005 14:45:38 +0200):
> I don't know how to get the typed URL.
Short answer: you cannot.
Long answer: you can kind of figure out. Check the $_SERVER associative
array with print_r() or var_dump(). There're keys like HTTP_HOST or
REQUEST_URI that maybe help you.
--
-- Álvaro G. Vicario - Burgos, Spain
-- http://bits.demogracia.com - Mi sitio sobre programación web
-- Don't e-mail me your questions, post them to the group
--
[Back to original message]
|