Get current url
Posted Date: September 1, 2009This is a doozy but useful. Get the current URL anywhere in phtml or php files by using the core/url helper method.
$current_url = $this->helper(’core/url’)->getCurrentUrl();

Activecodewar was founded by Shahid Mehmood. I am the owner of this blog and working as web developer from last 6 years. I have started to work on magento back in June 2009 and found it very interesting tool to build ecommerce websites. As you will know (if you are magento developer) that it's not easy tool to use, only PHP is not enough to understand it, you need to have full understanding of magento as well.
This is a doozy but useful. Get the current URL anywhere in phtml or php files by using the core/url helper method.
$current_url = $this->helper(’core/url’)->getCurrentUrl();