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();
?>

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *