How to get Data from post method in Magento?
If You want to get Data from post method in Magento then you must use the below give code to make appropriate arrangements.
Use following code to get data from post method:
<?php $arrParams = Mage::app()->getRequest()->getPost(); ?>