If you Use e-Commerce please consider helping by donating to or sponsoring development. You can make a donation of a one off amount as big or as small as you want, Or alternatively you can sponsor development by paying $US5.00/mth.
base_path()drupal-4-7/includes/common.inc, line 1223
Returns the base URL path of the Drupal installation. At the very least, this will always default to /.
<?php function base_path() { return $GLOBALS['base_path']; } ?>