Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
Related Posts
get Current location/URL
The getURL() function used to get the CURRENT page location with query strings etc., the function as follows,
function getURL(){
$url = 'http://'.$_SERVER['HTTP_HOST'];
if($_SERVER['QUERY_STRING'] !='') $url .= $_SERVER['SCRIPT_NAME'] .'?'.$_SERVER['QUERY_STRING'];
else $url .= $_SERVER['REQUEST_URI'];
return $url;
}
213
Jul 04 09 04:59:09
Sekar
|
Rating :
![]() ![]() ![]() ![]() ![]() | Tags :- PHP |
|
|||
Digg
Yahoo
delicious
