Dear All,
how can i find the total path of the current executing page
how can i get the total value("http://phptalk.com/viewforum.php") that is present in the location/address bar of the browser
regards bvsureshbabu
My question the page at present you are viewing is
http://www.phpbuilder.com/board/showthread.php?s=&threadid=10262808
I have to display this value(ie the value of the loacation bar) in my page
Do you mean like this:
if ($_SERVER['argv'][0]!='') $vars='?'.$_SERVER['argv'][0]; $url='http://'.$_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF'].$vars; echo $url;
Dear Friend,
My query is
I have to get the value of protocol in the location bar
ie is it http or https or ftp etc