Magento get/post request parameters Date June 16, 2014 Author By Razvan Mocanu Category Magento how to Even if you can use $_REQUEST[‘param_name’] or $_POST/$_GET for that matter, here is how you have to do it the Magento way: Mage::app()->getRequest()->getParam(‘param_name’) Read More