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') Tags: $_POST, $_REQUEST, $GET, magento Leave a Reply Cancel replyYou must be logged in to post a comment.