Magento get base url : You can get the base url in magento as following.
Magento get base url Syntax
Mage::getBaseUrl();
Which Will Return the current url.
For Cms Pages Or Static Blocks
{{store url=''}}
Mage::getBaseUrl();
Which Will Return the current url.
{{store url=''}}