Magento Coding Solutions

Magento get post data from url

$this->getRequest()->getParam(key);
$arrParams = Mage::app()->getRequest()->getParams();
print_r($arrParams);

No comments:

Post a Comment