PHP: Drupal 7 URL variables
<?php
//Drupal 7 URL variables
$GLOBALS['base_url'] => http://example.com/drupal
base_path() => /drupal/
request_uri() => /drupal/documentation?page=1
request_path() => documentation
current_path() => node/26419
?>