Showing posts with label How to get Data from post method in Magento. Show all posts
Showing posts with label How to get Data from post method in Magento. Show all posts

Saturday, 6 February 2016

How to get Data from post method in Magento

You want to get Data from post method in Magento.


Use following code:



<?php


$arrParams = Mage::app()->getRequest()->getPost();

?>