Hi guys...
is there any way to get the actual called URL into a variable? I am not
thinking of
'http://'.$_SERVER['HTTP_HOST'].$_SERVER["SCRIPT_NAM E"].':'.$_SERVER["SERVER_POR T"]
because this obviously does not differ e.g. between http: and https: or
perhaps a user:pass-combo included in the url...
Balu
is there any way to get the actual called URL into a variable? I am not
thinking of
'http://'.$_SERVER['HTTP_HOST'].$_SERVER["SCRIPT_NAM E"].':'.$_SERVER["SERVER_POR T"]
because this obviously does not differ e.g. between http: and https: or
perhaps a user:pass-combo included in the url...
Balu
Comment