Pages

Wednesday 24 December 2014

Magento:: Get Current Url

<?php

     $GetUrl=Mage::helper('core/url')->getCurrentUrl();
     echo "Current Url".$GetUrl;
?>

No comments:

Post a Comment