Showing posts with label Submit. Show all posts
Showing posts with label Submit. Show all posts

Friday 16 September 2016

How to get POST and GET data variables after submit a form in Magento

There Are two steps for get post/get data in magento

1 Way : You can get all variables using $this->getRequest()->getParams();
2 Way : You can get one variable using $this->getRequest()->getParam('id');