Drupal complete path with base
Drupal complete path with base, returns http://www.yoursite.com/node/[nid]
<?php
global $base_root;
$base_root . request_uri();
?>
Knowledge keywords:
Drupal complete path with base, returns http://www.yoursite.com/node/[nid]
<?php
global $base_root;
$base_root . request_uri();
?>