Skip to content

Instantly share code, notes, and snippets.

@victorpavlov
Created May 21, 2013 07:12
Show Gist options
  • Save victorpavlov/5618026 to your computer and use it in GitHub Desktop.
Save victorpavlov/5618026 to your computer and use it in GitHub Desktop.
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
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment