Showing posts with label
get Data from post method in Magento.
Show all posts
Showing posts with label
get Data from post method in Magento.
Show all posts
You want to get Data from post method in Magento.
Use following code:
<?php
$arrParams = Mage::app()->getRequest()->getPost();
?>