In Magento, how can I get active store information, like store name, line number, etc?
You can get active store information like this:
Mage::app()->getStore(); // for store object Mage::app()->getStore()->getStoreId; // for store ID