$identifier=$_SERVER['REQUEST_URI']; $page=substr($identifier, strrpos($identifier,'/') + 1, strlen($identifier)); //full url "http://".$_SERVER['SERVER_NAME'] . $_SERVER['REQUEST_URI']; //Note: It should implement port if the is a https page
- 10th, Jun 2010
-